From 459b0aa94f9beb63734d0652e6dbf926e1af0e4f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 10 Nov 2006 17:24:03 +0000 Subject: [PATCH] - Reload, don't restart, when logrotating (bug #215023). - Resolves: rhbz#215023 --- cups.logrotate | 2 +- cups.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cups.logrotate b/cups.logrotate index e10e84e..27fcb6f 100644 --- a/cups.logrotate +++ b/cups.logrotate @@ -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 } diff --git a/cups.spec b/cups.spec index 49c5a33..5fa5484 100644 --- a/cups.spec +++ b/cups.spec @@ -6,7 +6,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.2.6 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -422,6 +422,9 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Fri Nov 10 2006 Tim Waugh 1:1.2.6-5 +- Reload, don't restart, when logrotating (bug #215023). + * Wed Nov 8 2006 Tim Waugh 1:1.2.6-4 - Fixed pdftops.conf (bug #214611).