diff options
author | 2007-11-09 10:21:34 +0000 | |
---|---|---|
committer | 2007-11-09 10:21:34 +0000 | |
commit | 85094a896e2bf1c7e5989362c62f864212bdfc09 (patch) | |
tree | 3b61de497d75192b1dcf8ccc57450e410f3160f1 /net-print/cups | |
parent | Remove crypto (diff) | |
download | gentoo-2-85094a896e2bf1c7e5989362c62f864212bdfc09.tar.gz gentoo-2-85094a896e2bf1c7e5989362c62f864212bdfc09.tar.bz2 gentoo-2-85094a896e2bf1c7e5989362c62f864212bdfc09.zip |
remove after vmware to work around hanging boot, bug 89956
(Portage version: 2.1.3.18)
Diffstat (limited to 'net-print/cups')
-rw-r--r-- | net-print/cups/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/cups/files/cupsd.init | 1 | ||||
-rw-r--r-- | net-print/cups/files/cupsd.init.d | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index 4a29e03cb4e6..cf258a31ce13 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/cups # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.264 2007/11/08 23:15:12 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.265 2007/11/09 10:21:33 genstef Exp $ + + 09 Nov 2007; Stefan Schweizer <genstef@gentoo.org> files/cupsd.init, + files/cupsd.init.d: + remove after vmware to work around hanging boot, bug 89956 *cups-1.3.4-r1 (08 Nov 2007) diff --git a/net-print/cups/files/cupsd.init b/net-print/cups/files/cupsd.init index 20cb793229b6..9364c840721e 100644 --- a/net-print/cups/files/cupsd.init +++ b/net-print/cups/files/cupsd.init @@ -5,7 +5,6 @@ depend() { after logger before nfs use hotplug - after vmware } start() { diff --git a/net-print/cups/files/cupsd.init.d b/net-print/cups/files/cupsd.init.d index e5aabbd35036..e5529eecccff 100644 --- a/net-print/cups/files/cupsd.init.d +++ b/net-print/cups/files/cupsd.init.d @@ -4,7 +4,7 @@ depend() { use net @neededservices@ before nfs - after logger vmware + after logger } start() { |