diff options
Diffstat (limited to 'net-print/cups')
-rw-r--r-- | net-print/cups/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/cups/files/cupsd.rc6 | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index 130e5aa4ad68..2c0044cbef55 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/cups # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.126 2005/04/23 10:08:08 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.127 2005/04/28 14:38:15 lanius Exp $ + + 28 Apr 2005; Heinrich Wendel <lanius@gentoo.org> files/cupsd.rc6: + revert 'use samba' again, it was the wrong way around 23 Apr 2005; Heinrich Wendel <lanius@gentoo.org> files/cupsd.rc6: add use samba again, bug #89956 diff --git a/net-print/cups/files/cupsd.rc6 b/net-print/cups/files/cupsd.rc6 index a67198aa353f..31c8cf575493 100644 --- a/net-print/cups/files/cupsd.rc6 +++ b/net-print/cups/files/cupsd.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/files/cupsd.rc6,v 1.16 2005/04/23 10:08:08 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/files/cupsd.rc6,v 1.17 2005/04/28 14:38:15 lanius Exp $ depend() { use net @@ -9,7 +9,6 @@ depend() { before nfs use vmware use hotplug - use samba } start() { |