rpms/tor/devel tor.lsb,1.4,1.5 tor.spec,1.39,1.40

ensc ensc at fedoraproject.org
Sun Nov 15 11:08:49 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/tor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28744

Modified Files:
	tor.lsb tor.spec 
Log Message:
updated



Index: tor.lsb
===================================================================
RCS file: /cvs/extras/rpms/tor/devel/tor.lsb,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- tor.lsb	14 Nov 2009 20:47:07 -0000	1.4
+++ tor.lsb	15 Nov 2009 11:08:48 -0000	1.5
@@ -48,9 +48,8 @@ stop() {
 	log_failure_msg
     else
 	cnt=$TOR_SHUTDOWN_WAIT
-	while test $cnt -gt 0 && killproc -p "$pidfile" $prog -0; do
+	while let '--cnt > 0' && killproc -p "$pidfile" $prog -0; do
 	    sleep 1
-	    let --cnt
 	done
 
 	if test $cnt -ne 0 || killproc -p "$pidfile" $prog; then


Index: tor.spec
===================================================================
RCS file: /cvs/extras/rpms/tor/devel/tor.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- tor.spec	14 Nov 2009 20:47:07 -0000	1.39
+++ tor.spec	15 Nov 2009 11:08:48 -0000	1.40
@@ -228,15 +228,22 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Sat Nov 14 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.1.20-1300
 - updated URLs (#532373)
-- removed (inactive) update mechanism for GeoIP data; this might reduce anonimity (#532373)
-- use pidfile at various places in the LSB initscript to operate on the correct process (#532373)
+- removed (inactive) update mechanism for GeoIP data; this might
+  reduce anonimity  (#532373)
+- use the pidfile at various places in the LSB initscript to operate
+  on the correct process (#532373)
 - set a higher 'nofile' limit in the upstart initscript to allow fast
   relays; LSB users will have to add a 'ulimit -n' into /etc/sysconfig/tor
   to get a similar effect (#532373)
+- let the LSB initscript wait until process exits within a certain
+  time; this fixes shutdown/restart problems when working as a server
+  (#532373)
+- fixed initng related typo in logrotate script (#532373)
+- enabled --enable-gcc-warnings ./configure option (#532373)
+- removed <linux/netfilter_ipv4.h> hack; it is fixed upstream and/or
+  in the kernel sources
 - use %%postun, not %%post as a -upstart scriptlet and send INT, not
   TERM signal to stop/restart daemon
-- let the LSB initscript wait until process within a certain time;
-  this fixes shutdown/restart problems when working as a server (#532373)
 
 * Sun Oct 25 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.1.20-1
 - updated to 0.2.1.20




More information about the fedora-extras-commits mailing list