diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 12:10:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 12:10:15 +0000 |
commit | 837150e087891264f567ad5dddbb962d37019121 (patch) | |
tree | 6da4b1eb409f585c3fd111a8e53b813729b66051 /main/nfs-utils | |
parent | e9382963d309f13507bf14b60a262b33c0c8c0ac (diff) | |
download | aports-837150e087891264f567ad5dddbb962d37019121.tar.bz2 aports-837150e087891264f567ad5dddbb962d37019121.tar.xz |
main/nfs-utils: replace opts in init.d script
ref #943
Diffstat (limited to 'main/nfs-utils')
-rw-r--r-- | main/nfs-utils/APKBUILD | 4 | ||||
-rw-r--r-- | main/nfs-utils/nfs.initd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/nfs-utils/APKBUILD b/main/nfs-utils/APKBUILD index 696fbb88ad..9d32a211ab 100644 --- a/main/nfs-utils/APKBUILD +++ b/main/nfs-utils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=nfs-utils pkgver=1.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="kernel-mode NFS" url="http://nfs.sourceforge.net/" arch="all" @@ -79,7 +79,7 @@ rpcgen() { } md5sums="8395ac770720b83c5c469f88306d7765 nfs-utils-1.2.5.tar.bz2 -f1873e0441b8c3b4b90023c038d755ec nfs.initd +9e402e75f23b886fce2f53bec2c1d415 nfs.initd d514fb87ce5de9909f43d99012352f09 nfsmount.initd 144b0e1f7d32265abe4c499a47af6154 rpc.gssd.initd 650f68e51a02ba84c272960fc302c445 rpc.idmapd.initd 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 |