okay, this one does it, really

This commit is contained in:
Sean Finney 2006-12-06 18:13:07 +00:00
parent f0bf0b77eb
commit c2bfddce96
2 changed files with 7 additions and 4 deletions

3
debian/functions vendored
View file

@ -1,5 +1,7 @@
# functions for use by nagios plugins maintainer scripts
set -x
npconfdir=/etc/nagios-plugins/config
npdpkgdir=/usr/share/nagios-plugins/dpkg
@ -29,3 +31,4 @@ register_cfgs(){
);
fi
}