packages: DenyHosts/DenyHosts.cron - fix logic

glen glen at pld-linux.org
Wed Mar 31 08:23:44 CEST 2010


Author: glen                         Date: Wed Mar 31 06:23:44 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix logic

---- Files affected:
packages/DenyHosts:
   DenyHosts.cron (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/DenyHosts/DenyHosts.cron
diff -u packages/DenyHosts/DenyHosts.cron:1.2 packages/DenyHosts/DenyHosts.cron:1.3
--- packages/DenyHosts/DenyHosts.cron:1.2	Wed Mar 31 08:22:52 2010
+++ packages/DenyHosts/DenyHosts.cron	Wed Mar 31 08:23:38 2010
@@ -4,4 +4,4 @@
 # removed)
 
 MAILTO=root
-*/10 * * * * root test -f /var/lock/subsys/denyhosts && exec python /usr/bin/denyhosts.py -c /etc/DenyHosts.cfg
+*/10 * * * * root test -f /var/lock/subsys/denyhosts || exec python /usr/bin/denyhosts.py -c /etc/DenyHosts.cfg
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/DenyHosts/DenyHosts.cron?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list