[Pkg-nagios-changes] [pkg-nagios] r2042 - nagiosgrapher/trunk/debian
Alexander Reichle-Schmehl
tolimar at alioth.debian.org
Fri Jun 8 11:34:54 UTC 2012
Author: tolimar
Date: 2012-06-08 11:34:54 +0000 (Fri, 08 Jun 2012)
New Revision: 2042
Modified:
nagiosgrapher/trunk/debian/postrm.in
Log:
Fix typo
Modified: nagiosgrapher/trunk/debian/postrm.in
===================================================================
--- nagiosgrapher/trunk/debian/postrm.in 2012-06-08 11:19:42 UTC (rev 2041)
+++ nagiosgrapher/trunk/debian/postrm.in 2012-06-08 11:34:54 UTC (rev 2042)
@@ -31,7 +31,7 @@
if [ "$1" = "purge" ]; then
for cfg in $CFGS; do
- if [-x /usr/bin/ucf ] ; then
+ if [ -x /usr/bin/ucf ] ; then
ucf --purge /etc/nagiosgrapher/$cfg
fi
rm -f /etc/nagiosgrapher/$cfg
More information about the Pkg-nagios-changes
mailing list