diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-04-23 10:08:08 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-04-23 10:08:08 +0000 |
commit | 629062564781fc9f4a86805d422e91c9982eaf37 (patch) | |
tree | a655389964749f6c984eb5c08a7071968782fdf5 /net-print | |
parent | add mail-client/mail-notification:gmailtimestamps (diff) | |
download | gentoo-2-629062564781fc9f4a86805d422e91c9982eaf37.tar.gz gentoo-2-629062564781fc9f4a86805d422e91c9982eaf37.tar.bz2 gentoo-2-629062564781fc9f4a86805d422e91c9982eaf37.zip |
add use samba again, bug #89956
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/cups/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/cups/files/cupsd.rc6 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index 700a8b442075..130e5aa4ad68 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.125 2005/03/08 15:13:25 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.126 2005/04/23 10:08:08 lanius Exp $ + + 23 Apr 2005; Heinrich Wendel <lanius@gentoo.org> files/cupsd.rc6: + add use samba again, bug #89956 08 Mar 2005; Heinrich Wendel <lanius@gentoo.org> -cups-1.1.23.ebuild, -cups-1.1.23_rc1.ebuild: diff --git a/net-print/cups/files/cupsd.rc6 b/net-print/cups/files/cupsd.rc6 index ea9331e35855..a67198aa353f 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.15 2004/07/15 00:21:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/files/cupsd.rc6,v 1.16 2005/04/23 10:08:08 lanius Exp $ depend() { use net @@ -9,6 +9,7 @@ depend() { before nfs use vmware use hotplug + use samba } start() { |