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/cups/files | |
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/cups/files')
-rw-r--r-- | net-print/cups/files/cupsd.rc6 | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |