summaryrefslogtreecommitdiff
path: root/nfs/autorun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nfs/autorun.sh')
-rwxr-xr-xnfs/autorun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/autorun.sh b/nfs/autorun.sh
index 7c642d1..a998b13 100755
--- a/nfs/autorun.sh
+++ b/nfs/autorun.sh
@@ -14,7 +14,7 @@ hostname=$(hostname)
# Load helper functions
source $scriptdir/funcs.sh # Load some autorun.sh specific helper functions
-source /etc/init.d/funcs # Reload init help functions
+source /etc/rc.d/funcs # Reload init help functions
# Check all prerequisites and exit if it fail
hostname_test || exit 1