aboutsummaryrefslogtreecommitdiffstats
path: root/main/nfs-utils/nfs.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-19 12:10:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-19 12:10:15 +0000
commit837150e087891264f567ad5dddbb962d37019121 (patch)
tree6da4b1eb409f585c3fd111a8e53b813729b66051 /main/nfs-utils/nfs.initd
parente9382963d309f13507bf14b60a262b33c0c8c0ac (diff)
downloadaports-837150e087891264f567ad5dddbb962d37019121.tar.bz2
aports-837150e087891264f567ad5dddbb962d37019121.tar.xz
main/nfs-utils: replace opts in init.d script
ref #943
Diffstat (limited to 'main/nfs-utils/nfs.initd')
-rw-r--r--main/nfs-utils/nfs.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nfs-utils/nfs.initd b/main/nfs-utils/nfs.initd
index 6f6ba98ceb..8b4f5dbfcc 100644
--- a/main/nfs-utils/nfs.initd
+++ b/main/nfs-utils/nfs.initd
@@ -3,7 +3,7 @@
# 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.19 2009/05/30 22:01:43 vapier Exp $
-opts="reload"
+extra_started_commans="reload"
# This variable is used for controlling whether or not to run exportfs -ua;
# see stop() for more information