rpms/denyhosts/devel README.fedora, 1.4, 1.5 denyhosts.cron, 1.6, 1.7 denyhosts.spec, 1.31, 1.32

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Fri Mar 31 21:05:05 UTC 2006


Author: tibbs

Update of /cvs/extras/rpms/denyhosts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25084

Modified Files:
	README.fedora denyhosts.cron denyhosts.spec 
Log Message:
* Fri Mar 31 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.2-6
- More reversion of the name change.



Index: README.fedora
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/README.fedora,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.fedora	31 Mar 2006 02:59:32 -0000	1.4
+++ README.fedora	31 Mar 2006 21:05:05 -0000	1.5
@@ -29,7 +29,7 @@
 If you want to incorporate an old logfile (in this example,
 /var/log/secure.1) , you can run
 
-  denyhosts -c /etc/denyhosts.conf /var/log/secure.1
+  denyhosts.py -c /etc/denyhosts.conf /var/log/secure.1
 
 DenyHosts can also handle logs compressed with gzip or bzip2.
 


Index: denyhosts.cron
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.cron,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- denyhosts.cron	31 Mar 2006 02:59:32 -0000	1.6
+++ denyhosts.cron	31 Mar 2006 21:05:05 -0000	1.7
@@ -4,9 +4,9 @@
 # "service" and set it to run at boot if necessary.)
 #
 # Run denyhosts occasionally; adjust the time span to your liking
-#*/10 * * * * root [ -f /var/lock/subsys/denyhosts.init ] && /usr/bin/denyhosts -c /etc/denyhosts.conf
+#*/10 * * * * root [ -f /var/lock/subsys/denyhosts.init ] && /usr/bin/denyhosts.py -c /etc/denyhosts.conf
 #
 # Automatically purge old entries early in the morning.  Note that you must
 # edit /etc/denyhosts.conf and set PURGE_DENY to something reasonable, as the
 # default value purge time is set very high.
-#0 5 * * * root [ -f /var/lock/subsys/denyhosts.init ] && /usr/bin/denyhosts -c /etc/denyhosts.conf --purge
+#0 5 * * * root [ -f /var/lock/subsys/denyhosts.init ] && /usr/bin/denyhosts.py -c /etc/denyhosts.conf --purge


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- denyhosts.spec	31 Mar 2006 19:47:01 -0000	1.31
+++ denyhosts.spec	31 Mar 2006 21:05:05 -0000	1.32
@@ -1,6 +1,6 @@
 Name:           denyhosts
 Version:        2.2
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -150,6 +150,9 @@
 
 
 %changelog
+* Fri Mar 31 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.2-6
+- More reversion of the name change.
+
 * Fri Mar 31 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.2-5
 - Revert renaming of the denyhosts.py script
 




More information about the fedora-extras-commits mailing list