rpms/cups/FC-5 cups.logrotate,1.1,1.2 cups.spec,1.231,1.232

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 10 17:26:54 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv4679

Modified Files:
	cups.logrotate cups.spec 
Log Message:
* Fri Nov 10 2006 Tim Waugh <twaugh at redhat.com> 1:1.2.6-1.2
- Reload, don't restart, when logrotating (bug #215023).
- Resolves: rhbz#215023



Index: cups.logrotate
===================================================================
RCS file: /cvs/dist/rpms/cups/FC-5/cups.logrotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cups.logrotate	9 Sep 2004 04:02:40 -0000	1.1
+++ cups.logrotate	10 Nov 2006 17:26:52 -0000	1.2
@@ -3,6 +3,6 @@
     notifempty
     sharedscripts
     postrotate
-        /etc/init.d/cups condrestart >/dev/null 2>&1 || true
+        /etc/init.d/cups reload >/dev/null 2>&1 || true
     endscript
 }


Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/FC-5/cups.spec,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- cups.spec	9 Nov 2006 17:10:04 -0000	1.231
+++ cups.spec	10 Nov 2006 17:26:52 -0000	1.232
@@ -5,7 +5,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.2.6
-Release: 1.1%{?dist}
+Release: 1.2%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -406,6 +406,9 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Fri Nov 10 2006 Tim Waugh <twaugh at redhat.com> 1:1.2.6-1.2
+- Reload, don't restart, when logrotating (bug #215023).
+
 * Thu Nov  9 2006 Tim Waugh <twaugh at redhat.com> 1:1.2.6-1.1
 - 1.2.6.
 




More information about the fedora-cvs-commits mailing list