From 1e3637872b67314e19d3954b1cc25ba69c7d0494 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 12 Jan 2007 16:30:31 +0000 Subject: [PATCH] - Don't even reload CUPS when rotating logs (bug #215024). - Resolves: rhbz#215024 --- cups.logrotate | 3 --- cups.spec | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cups.logrotate b/cups.logrotate index 27fcb6f..773c70f 100644 --- a/cups.logrotate +++ b/cups.logrotate @@ -2,7 +2,4 @@ missingok notifempty sharedscripts - postrotate - /etc/init.d/cups reload >/dev/null 2>&1 || true - endscript } diff --git a/cups.spec b/cups.spec index 70908f9..fc98c47 100644 --- a/cups.spec +++ b/cups.spec @@ -6,7 +6,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.2.7 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -439,6 +439,9 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Fri Jan 12 2007 Tim Waugh 1:1.2.7-7 +- Don't even reload CUPS when rotating logs (bug #215024). + * Fri Dec 8 2006 Tim Waugh - Requires tmpwatch for the cron.daily script (bug #218901).