Accepting request 42968 from home:jsmeix:branches:Printing

Copy from home:jsmeix:branches:Printing/cups via accept of submit request 42968 revision 2.
Request was accepted with message:
Fixed /etc/init.d/cups so that "rccups restart" works again (bnc#622058 caused by fix for bnc#595796)

OBS-URL: https://build.opensuse.org/request/show/42968
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=205
This commit is contained in:
2010-07-15 13:27:42 +00:00
committed by Git OBS Bridge
parent 7bb7e7c3ee
commit cd75ecc8d5
4 changed files with 350 additions and 80 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jul 15 15:03:20 CEST 2010 - jsmeix@suse.de
- Fixed /etc/init.d/cups (cups.init source file) so that stopping
the cupsd waits up to 10 seconds until the cupsd had actually
finished (if not SIGKILL would be sent to it) to make sure
that "rccups restart" and "rccups stop ; rccups start" work
correctly (see Novell/Suse Bugzilla bnc#622058).
-------------------------------------------------------------------
Fri Jun 25 11:28:41 CEST 2010 - jsmeix@suse.de
- cups-1.4.4-str3461-1.4.reverted.patch reverts changes
by CUPS STR #3461 as band-aid workaround for now to avoid
that Mozilla.org applications crash when they try to print
(STR #3461, STR #3605, and Novell/Suse Bugzilla bnc#617026).
-------------------------------------------------------------------
Fri Jun 18 09:11:02 CEST 2010 - jsmeix@suse.de