Author: marcus Date: Wed Sep 17 08:47:52 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - default iptables path is /usr/sbin, not /sbin
---- Files affected: SOURCES: sshguard-iptables.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/sshguard-iptables.patch diff -u /dev/null SOURCES/sshguard-iptables.patch:1.1 --- /dev/null Wed Sep 17 10:47:53 2008 +++ SOURCES/sshguard-iptables.patch Wed Sep 17 10:47:46 2008 @@ -0,0 +1,14 @@ +diff -uNr sshguard-1.1.old/configure.ac sshguard-1.1/configure.ac +--- sshguard-1.1.old/configure.ac 2008-07-10 04:53:09.000000000 +0200 ++++ sshguard-1.1/configure.ac 2008-09-17 10:41:53.000000000 +0200 +@@ -87,8 +87,8 @@ + if test x$iptablespath = x + then + # if iptables is not in PATH not, use "/sbin" as default path +- iptablespath=/sbin +- AC_MSG_WARN([iptables program not in path! Using /sbin as default unless --with-iptables specified]) ++ iptablespath=/usr/sbin ++ AC_MSG_WARN([iptables program not in path! Using /usr/sbin as default unless --with-iptables specified]) + fi + ;; + pf) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
