packages: nagios-plugin-check_iptables/check_iptables - update summary
glen
glen at pld-linux.org
Thu Mar 18 14:12:12 CET 2010
Author: glen Date: Thu Mar 18 13:12:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- update summary
---- Files affected:
packages/nagios-plugin-check_iptables:
check_iptables (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/nagios-plugin-check_iptables/check_iptables
diff -u packages/nagios-plugin-check_iptables/check_iptables:1.2 packages/nagios-plugin-check_iptables/check_iptables:1.3
--- packages/nagios-plugin-check_iptables/check_iptables:1.2 Thu Mar 18 14:03:17 2010
+++ packages/nagios-plugin-check_iptables/check_iptables Thu Mar 18 14:12:07 2010
@@ -1,7 +1,7 @@
#!/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
-PROGNAME=`basename $0`
+PROGNAME=${0##*/}
PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'`
@@ -26,7 +26,7 @@
echo ""
print_usage
echo ""
- echo "This plugin test the SMTP service on the specified host by sending mail there"
+ echo "This plugin tests if iptables has needed amount of rules loaded"
echo ""
echo "-C CHAIN"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_iptables/check_iptables?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list