rpms/lighttpd/FC-3 lighttpd.logrotate, 1.1, 1.2 lighttpd.spec, 1.3, 1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Apr 4 19:31:35 UTC 2005


Author: thias

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

Modified Files:
	lighttpd.logrotate lighttpd.spec 
Log Message:
Fix logrotate entry signal (USR1 -> HUP).



Index: lighttpd.logrotate
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/FC-3/lighttpd.logrotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lighttpd.logrotate	23 Feb 2005 00:12:23 -0000	1.1
+++ lighttpd.logrotate	4 Apr 2005 19:31:33 -0000	1.2
@@ -3,6 +3,6 @@
     notifempty
     sharedscripts
     postrotate
-	/bin/kill -USR1 `cat /var/run/lighttpd.pid 2>/dev/null` 2>/dev/null || :
+	/bin/kill -HUP `cat /var/run/lighttpd.pid 2>/dev/null` 2>/dev/null || :
     endscript
 }


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/FC-3/lighttpd.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lighttpd.spec	7 Mar 2005 09:15:23 -0000	1.3
+++ lighttpd.spec	4 Apr 2005 19:31:33 -0000	1.4
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.3.13
-Release: 1
+Release: 3
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -131,6 +131,7 @@
 %defattr(-, root, root, 0755)
 %doc AUTHORS ChangeLog COPYING README
 %doc doc/*.txt doc/lighttpd.conf doc/lighttpd.user
+%dir %{_sysconfdir}/lighttpd/
 %config(noreplace) %{_sysconfdir}/lighttpd/lighttpd.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/lighttpd
 %config(noreplace) %{_sysconfdir}/sysconfig/lighttpd
@@ -161,6 +162,10 @@
 
 
 %changelog
+* Mon Apr  4 2005 Matthias Saou <http://freshrpms.net/> 1.3.13-3
+- Change signal sent from the logrotate script from USR1 to HUP, as that's the
+  correct one.
+
 * Sun Mar  6 2005 Matthias Saou <http://freshrpms.net/> 1.3.13-1
 - Update to 1.3.13.
 




More information about the fedora-extras-commits mailing list