aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/nfs-utils/APKBUILD4
-rw-r--r--main/nfs-utils/nfs.initd2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/nfs-utils/APKBUILD b/main/nfs-utils/APKBUILD
index 696fbb88adb..9d32a211ab0 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 6f6ba98ceb9..8b4f5dbfcc9 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