[Pkg-nagios-changes] [pkg-nagios] r1522 - nagios3/trunk/debian
Alexander Wirt
formorer at alioth.debian.org
Sun Jul 13 17:40:26 UTC 2008
Author: formorer
Date: 2008-07-13 17:40:26 +0000 (Sun, 13 Jul 2008)
New Revision: 1522
Modified:
nagios3/trunk/debian/rules
Log:
Add last missing sed rule for commands.cfg
Modified: nagios3/trunk/debian/rules
===================================================================
--- nagios3/trunk/debian/rules 2008-07-12 09:55:22 UTC (rev 1521)
+++ nagios3/trunk/debian/rules 2008-07-13 17:40:26 UTC (rev 1522)
@@ -74,6 +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'
sample-config/template-object/commands.cfg > debian-configs/commands.cfg
configure: configure-stamp
More information about the Pkg-nagios-changes
mailing list