diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-12-16 23:42:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-12-16 23:42:57 +0000 |
commit | 6e736b8e1951ceed7f6951e32d5d2db46433350b (patch) | |
tree | 21cc95d8794df0c4f176bc1e64097e3f617519d3 /net-fs/autofs/files/autofs.rc9 | |
parent | fix parallel make (diff) | |
download | historical-6e736b8e1951ceed7f6951e32d5d2db46433350b.tar.gz historical-6e736b8e1951ceed7f6951e32d5d2db46433350b.tar.bz2 historical-6e736b8e1951ceed7f6951e32d5d2db46433350b.zip |
Bug #74662, add use portmap again.
Diffstat (limited to 'net-fs/autofs/files/autofs.rc9')
-rw-r--r-- | net-fs/autofs/files/autofs.rc9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/autofs/files/autofs.rc9 b/net-fs/autofs/files/autofs.rc9 index 78cd45f2d678..93ccfed042c2 100644 --- a/net-fs/autofs/files/autofs.rc9 +++ b/net-fs/autofs/files/autofs.rc9 @@ -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-fs/autofs/files/autofs.rc9,v 1.2 2004/12/09 08:25:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs.rc9,v 1.3 2004/12/16 23:42:57 robbat2 Exp $ # rc file for automount using a Sun-style "master map". # We first look for a local /etc/autofs/auto.master, then a YP @@ -11,7 +11,7 @@ DAEMON=/usr/sbin/automount depend() { need localmount - use ypbind nfs slapd + use ypbind nfs slapd portmap } opts="start stop status stats reload restart" |