summaryrefslogtreecommitdiff
path: root/package/nfs-utils/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-13 10:43:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-13 10:43:20 +0200
commit1655518eb95b2aaf7c0b9e3a766dad0f61913edd (patch)
tree9afe2ddc931a7eb5aebe839c317633d1e9484f76 /package/nfs-utils/files
parenta73768182ca41f0b1fd1703bdaf06a69036685a8 (diff)
update libtirpc to latest upstream, fix dependency for nfs-utils
Diffstat (limited to 'package/nfs-utils/files')
-rw-r--r--package/nfs-utils/files/nfs.init2
-rw-r--r--package/nfs-utils/files/nfsd.init2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/nfs-utils/files/nfs.init b/package/nfs-utils/files/nfs.init
index f3866a2de..4dc0cd70d 100644
--- a/package/nfs-utils/files/nfs.init
+++ b/package/nfs-utils/files/nfs.init
@@ -6,7 +6,7 @@
case $1 in
autostop) ;;
autostart)
- test x"${portmap:-NO}" = x"NO" && test x"${rpcbind:-NO}" = x"NO" && exit 0
+ test x"${rpcbind:-NO}" = x"NO" && exit 0
test x"${nfs_client:-NO}" = x"NO" && exit 0
exec sh $0 start
;;
diff --git a/package/nfs-utils/files/nfsd.init b/package/nfs-utils/files/nfsd.init
index 54390df1c..f744919aa 100644
--- a/package/nfs-utils/files/nfsd.init
+++ b/package/nfs-utils/files/nfsd.init
@@ -6,7 +6,7 @@
case $1 in
autostop) ;;
autostart)
- test x"${portmap:-NO}" = x"NO" && test x"${rpcbind:-NO}" = x"NO" && exit 0
+ test x"${rpcbind:-NO}" = x"NO" && exit 0
test x"${nfs_server:-NO}" = x"NO" && exit 0
exec sh $0 start
;;