rpms/lighttpd/devel lighttpd.logrotate, 1.2, 1.3 lighttpd.spec, 1.29, 1.30

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Nov 6 10:52:14 UTC 2006


Author: thias

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

Modified Files:
	lighttpd.logrotate lighttpd.spec 
Log Message:
Switch to using killall for log rotation to fix it when using workers.



Index: lighttpd.logrotate
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.logrotate,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lighttpd.logrotate	4 Apr 2005 19:31:33 -0000	1.2
+++ lighttpd.logrotate	6 Nov 2006 10:51:43 -0000	1.3
@@ -3,6 +3,6 @@
     notifempty
     sharedscripts
     postrotate
-	/bin/kill -HUP `cat /var/run/lighttpd.pid 2>/dev/null` 2>/dev/null || :
+        /usr/bin/killall -HUP lighttpd &>/dev/null || :
     endscript
 }


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- lighttpd.spec	16 Oct 2006 16:13:33 -0000	1.29
+++ lighttpd.spec	6 Nov 2006 10:51:43 -0000	1.30
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.13
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -174,6 +174,9 @@
 
 
 %changelog
+* Mon Nov  6 2006 Matthias Saou <http://freshrpms.net/> 1.4.13-3
+- Switch to using killall for log rotation to fix it when using workers.
+
 * Mon Oct 16 2006 Matthias Saou <http://freshrpms.net/> 1.4.13-2
 - Remove gcc-c++ build req, it's part of the defaults.
 - Add readline-devel build req, needed on RHEL4.




More information about the scm-commits mailing list