diff options
Diffstat (limited to 'net-fs/nfs-utils/files/nfs')
-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 |