rpms/lighttpd/FC-5 lighttpd.logrotate, 1.2, 1.3 lighttpd.spec, 1.24, 1.25

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


Author: thias

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

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/FC-5/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:41 -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/FC-5/lighttpd.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- lighttpd.spec	16 Oct 2006 13:45:57 -0000	1.24
+++ lighttpd.spec	6 Nov 2006 10:51:41 -0000	1.25
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.13
-Release: 1%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -21,7 +21,8 @@
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service, /sbin/chkconfig
 Requires(postun): /sbin/service
-BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel, gcc-c++
+BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel
+BuildRequires: readline-devel
 %{!?_without_ldap:BuildRequires: openldap-devel}
 %{?_with_gamin:BuildRequires: gamin-devel}
 %{!?_without_gdbm:BuildRequires: gdbm-devel}
@@ -173,6 +174,13 @@
 
 
 %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.
+
 * Wed Oct 11 2006 Matthias Saou <http://freshrpms.net/> 1.4.13-1
 - Update to 1.4.13, which contains the previous fix.
 




More information about the scm-commits mailing list