diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-15 05:23:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-15 05:23:38 +0000 |
commit | 51f34a52e685e0a8608574c57b32003ec29ee726 (patch) | |
tree | deffa67003288adbf254aafc3e4f73ebe8e33441 /net-fs/nfs-utils/files | |
parent | dosbin not dobin (diff) | |
download | historical-51f34a52e685e0a8608574c57b32003ec29ee726.tar.gz historical-51f34a52e685e0a8608574c57b32003ec29ee726.tar.bz2 historical-51f34a52e685e0a8608574c57b32003ec29ee726.zip |
sep nfs4 and kerberos logic ... you dont need kerberos for nfs4
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-fs/nfs-utils/files')
-rwxr-xr-x | net-fs/nfs-utils/files/nfs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/nfs-utils/files/nfs b/net-fs/nfs-utils/files/nfs index 2639cb6f9368..566fcea761b9 100755 --- a/net-fs/nfs-utils/files/nfs +++ b/net-fs/nfs-utils/files/nfs @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs,v 1.8 2004/11/14 02:34:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs,v 1.9 2005/03/15 05:23:38 vapier Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following @@ -13,7 +13,7 @@ # NB: Config is in /etc/conf.d/nfs -opts="start stop restart reload" +opts="reload" # This variable is used for controlling whether or not to run exportfs -ua; # see stop() for more information |