- Reload, don't restart, when logrotating (bug #215023).
- Resolves: rhbz#215023
This commit is contained in:
parent
62b525e3fd
commit
459b0aa94f
@ -3,6 +3,6 @@
|
|||||||
notifempty
|
notifempty
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
/etc/init.d/cups condrestart >/dev/null 2>&1 || true
|
/etc/init.d/cups reload >/dev/null 2>&1 || true
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
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
|
%{cups_serverbin}/daemon/cups-lpd
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 8 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.6-4
|
||||||
- Fixed pdftops.conf (bug #214611).
|
- Fixed pdftops.conf (bug #214611).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user