diff options
author | 2002-11-25 07:11:33 +0000 | |
---|---|---|
committer | 2002-11-25 07:11:33 +0000 | |
commit | 193eb5b31c3dd24f9824e16a0e8dd32a765ca77b (patch) | |
tree | 89a6c849ebfcffa0119107792f3ac79eca946d26 /net-fs | |
parent | Patching the opera wrapper to enable Java plugin. (diff) | |
download | gentoo-2-193eb5b31c3dd24f9824e16a0e8dd32a765ca77b.tar.gz gentoo-2-193eb5b31c3dd24f9824e16a0e8dd32a765ca77b.tar.bz2 gentoo-2-193eb5b31c3dd24f9824e16a0e8dd32a765ca77b.zip |
changed init file
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/files/autofs.rc8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/autofs/files/autofs.rc8 b/net-fs/autofs/files/autofs.rc8 index 7ec686a3a377..257e7c81adc6 100644 --- a/net-fs/autofs/files/autofs.rc8 +++ b/net-fs/autofs/files/autofs.rc8 @@ -1,7 +1,7 @@ #!/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/autofs/files/autofs.rc8,v 1.1 2002/11/18 02:00:18 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs.rc8,v 1.2 2002/11/25 07:11:33 bcowan Exp $ # rc file for automount using a Sun-style "master map". # We first look for a local /etc/auto.master, then a YP @@ -10,8 +10,8 @@ DAEMON=/usr/sbin/automount depend() { - need net ypbind - use portmap + need localmount + use ypbind nfs } opts="start stop status stats reload restart" |