[Pkg-nagios-changes] [pkg-nagios] r1525 - nagios3/trunk/debian
Alexander Wirt
formorer at alioth.debian.org
Sun Jul 13 18:34:54 UTC 2008
Author: formorer
Date: 2008-07-13 18:34:53 +0000 (Sun, 13 Jul 2008)
New Revision: 1525
Modified:
nagios3/trunk/debian/rules
Log:
Fix missing \
Modified: nagios3/trunk/debian/rules
===================================================================
--- nagios3/trunk/debian/rules 2008-07-13 18:34:51 UTC (rev 1524)
+++ nagios3/trunk/debian/rules 2008-07-13 18:34:53 UTC (rev 1525)
@@ -74,7 +74,7 @@
sample-config/nagios.cfg > debian-configs/nagios.cfg
sed -e '/SAMPLE COMMAND DEFINITIONS/ s/\([0-9]\.[0-9]\.[0-9]\)//' \
-e '/Last Modified/,+1 d' \
- -e '/^#$$/ d'
+ -e '/^#$$/ d' \
sample-config/template-object/commands.cfg > debian-configs/commands.cfg
configure: configure-stamp
More information about the Pkg-nagios-changes
mailing list