[Pkg-nagios-changes] [pkg-nagios] r1958 - nagvis/trunk/debian
Alexander Reichle-Schmehl
tolimar at alioth.debian.org
Wed Sep 7 14:51:26 UTC 2011
Author: tolimar
Date: 2011-09-07 14:51:26 +0000 (Wed, 07 Sep 2011)
New Revision: 1958
Modified:
nagvis/trunk/debian/postrm
Log:
Don't use a path to a binary in the maintainer script (thanks lintian)
Modified: nagvis/trunk/debian/postrm
===================================================================
--- nagvis/trunk/debian/postrm 2011-09-07 14:48:01 UTC (rev 1957)
+++ nagvis/trunk/debian/postrm 2011-09-07 14:51:26 UTC (rev 1958)
@@ -42,7 +42,7 @@
for file in apache.conf nagvis.ini.php; do
rm -f /etc/nagvis/$file
if [ -x /usr/bin/ucf ] ; then
- /usr/bin/ucf --debconf-ok --purge /etc/nagvis/$file
+ ucf --debconf-ok --purge /etc/nagvis/$file
fi
done
More information about the Pkg-nagios-changes
mailing list