Rename all debian nagios-plugins* to monitoring-plugins*

This commit is contained in:
Jan Wagner 2014-01-23 01:08:18 +01:00
parent 243da0aad7
commit ffc2ec872d
13 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/bin/sh -e
. /usr/share/nagios-plugins/dpkg/functions
templdir=/usr/share/nagios-plugins/templates-standard
if [ "$1" = "configure" ]; then
register_cfgs $2
fi
#DEBHELPER#