diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-03-25 20:01:30 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-03-25 20:01:30 +0000 |
commit | 2e821f7912cb514a6b5a690694ebbc6e5f4da267 (patch) | |
tree | d613d8bb68b7f9966c04cdf446bbdd9342cdfb8f /net-fs | |
parent | remove samba from use (diff) | |
download | gentoo-2-2e821f7912cb514a6b5a690694ebbc6e5f4da267.tar.gz gentoo-2-2e821f7912cb514a6b5a690694ebbc6e5f4da267.tar.bz2 gentoo-2-2e821f7912cb514a6b5a690694ebbc6e5f4da267.zip |
add cupsd to use
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/files/samba.rc6 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-fs/samba/files/samba.rc6 b/net-fs/samba/files/samba.rc6 index c9fd7e3cfaf5..f5a672ab3aec 100644 --- a/net-fs/samba/files/samba.rc6 +++ b/net-fs/samba/files/samba.rc6 @@ -1,10 +1,11 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba.rc6,v 1.6 2002/03/11 03:56:49 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba.rc6,v 1.7 2002/03/25 20:01:30 azarah Exp $ depend() { need net + use cupsd } start() { |