- Reload, don't restart, when logrotating (bug #215023).

- Resolves: rhbz#215023
This commit is contained in:
Tim Waugh 2006-11-10 17:24:03 +00:00
parent 62b525e3fd
commit 459b0aa94f
2 changed files with 5 additions and 2 deletions

View File

@ -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
}

View File

@ -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 <twaugh@redhat.com> 1:1.2.6-5
- Reload, don't restart, when logrotating (bug #215023).
* Wed Nov 8 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.6-4
- Fixed pdftops.conf (bug #214611).