diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-05-05 04:36:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-05-05 04:36:12 +0000 |
commit | 46eb99856bc3c90e0f9d0abf76e7fb9d909f4724 (patch) | |
tree | 749071b66233d2be818c4665f3415cedffa5f1f5 /net-fs | |
parent | Version bump #219474 by Conrad Kostecki. (diff) | |
download | gentoo-2-46eb99856bc3c90e0f9d0abf76e7fb9d909f4724.tar.gz gentoo-2-46eb99856bc3c90e0f9d0abf76e7fb9d909f4724.tar.bz2 gentoo-2-46eb99856bc3c90e0f9d0abf76e7fb9d909f4724.zip |
fix copy & paste error in previous commit #219495 by Jonathan Adamczewski
(Portage version: 2.2_pre5)
Diffstat (limited to 'net-fs')
-rwxr-xr-x | net-fs/nfs-utils/files/nfs.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/files/nfs.initd b/net-fs/nfs-utils/files/nfs.initd index e56e001d2f29..8944a7b8f89a 100755 --- a/net-fs/nfs-utils/files/nfs.initd +++ b/net-fs/nfs-utils/files/nfs.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v 1.13 2008/05/04 09:53:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v 1.14 2008/05/05 04:36:12 vapier Exp $ opts="reload" @@ -22,7 +22,7 @@ depend() { myneed="${myneed} rpc.svcgssd" fi fi - config /etc/fstab + config /etc/exports need portmap rpc.statd ${myneed} use ypbind net dns rpc.rquotad rpc.idmapd rpc.svcgssd after quota |