summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-12-16 23:42:57 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-12-16 23:42:57 +0000
commit6fc443aeb2582bd06a830661918ee1e129e871ad (patch)
tree33df7708135c7c2e3be5c177d5f0b06cf18a7a7e /net-fs/autofs/files
parentfix parallel make (Manifest recommit) (diff)
downloadgentoo-2-6fc443aeb2582bd06a830661918ee1e129e871ad.tar.gz
gentoo-2-6fc443aeb2582bd06a830661918ee1e129e871ad.tar.bz2
gentoo-2-6fc443aeb2582bd06a830661918ee1e129e871ad.zip
Bug #74662, add use portmap again.
Diffstat (limited to 'net-fs/autofs/files')
-rw-r--r--net-fs/autofs/files/autofs.rc84
-rw-r--r--net-fs/autofs/files/autofs.rc94
2 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/autofs/files/autofs.rc8 b/net-fs/autofs/files/autofs.rc8
index fa2c0fe1ede5..ed3fc8d358b0 100644
--- a/net-fs/autofs/files/autofs.rc8
+++ b/net-fs/autofs/files/autofs.rc8
@@ -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.rc8,v 1.9 2004/09/02 17:56:05 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs.rc8,v 1.10 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/auto.master, then a YP
@@ -11,7 +11,7 @@ DAEMON=/usr/sbin/automount
depend() {
need localmount
- use ypbind nfs
+ use ypbind nfs portmap
}
opts="start stop status stats reload restart"
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"