From 53a903b27dcd81eb5342b4785db9fb81ea5110e3 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 21 Oct 2017 11:53:36 +0200 Subject: rc scripts moved from /etc/init.d to rc.d, integrate SFX --- nfs/autorun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfs/autorun.sh') 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 -- cgit v1.2.3