summaryrefslogtreecommitdiff
path: root/package/nfs-utils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-01 21:19:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-01 21:19:11 +0100
commitf2463372c9e35cf640f1b0ccede0314a239b0d25 (patch)
treed0136965860008a32e72bfac7442bc35d694758c /package/nfs-utils
parent72a7d18f2fa0330212333dd95c18f2278c021cee (diff)
fix startup scripts, when variable is not set in /etc/rc.conf
Diffstat (limited to 'package/nfs-utils')
-rw-r--r--package/nfs-utils/files/nfs.init1
-rw-r--r--package/nfs-utils/files/nfsd.init1
2 files changed, 0 insertions, 2 deletions
diff --git a/package/nfs-utils/files/nfs.init b/package/nfs-utils/files/nfs.init
index 8944ef2e2..f3866a2de 100644
--- a/package/nfs-utils/files/nfs.init
+++ b/package/nfs-utils/files/nfs.init
@@ -1,7 +1,6 @@
#!/bin/sh
#PKG nfs-utils
#INIT 70
-
. /etc/rc.conf
case $1 in
diff --git a/package/nfs-utils/files/nfsd.init b/package/nfs-utils/files/nfsd.init
index 4f0aaabe3..54390df1c 100644
--- a/package/nfs-utils/files/nfsd.init
+++ b/package/nfs-utils/files/nfsd.init
@@ -1,7 +1,6 @@
#!/bin/sh
#PKG nfs-utils
#INIT 70
-
. /etc/rc.conf
case $1 in