rpms/cups/FC-6 cups.logrotate,1.1,1.2 cups.spec,1.291,1.292

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 10 17:21:55 UTC 2006


Author: twaugh

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

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



Index: cups.logrotate
===================================================================
RCS file: /cvs/dist/rpms/cups/FC-6/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:21:53 -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-6/cups.spec,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- cups.spec	9 Nov 2006 17:02:30 -0000	1.291
+++ cups.spec	10 Nov 2006 17:21:53 -0000	1.292
@@ -6,7 +6,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.2.6
-Release: 2.1%{?dist}
+Release: 2.2%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -422,6 +422,9 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Fri Nov 10 2006 Tim Waugh <twaugh at redhat.com> 1:1.2.6-2.2
+- Reload, don't restart, when logrotating (bug #215023).
+
 * Thu Nov  9 2006 Tim Waugh <twaugh at redhat.com> 1:1.2.6-2.1
 - 1.2.6.
 




More information about the fedora-cvs-commits mailing list