diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2017-10-21 11:53:36 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2017-10-21 11:53:36 +0200 |
commit | 53a903b27dcd81eb5342b4785db9fb81ea5110e3 (patch) | |
tree | c922b9b6eb2846166809a80d09dfa4795b2dbc88 /nfs | |
parent | 6fccc39524e5ad42e7519199dc091b72e6ee6963 (diff) | |
download | eficast-53a903b27dcd81eb5342b4785db9fb81ea5110e3.tar.gz eficast-53a903b27dcd81eb5342b4785db9fb81ea5110e3.tar.bz2 eficast-53a903b27dcd81eb5342b4785db9fb81ea5110e3.zip |
rc scripts moved from /etc/init.d to rc.d, integrate SFX
Diffstat (limited to 'nfs')
-rwxr-xr-x | nfs/autorun.sh | 2 |
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 |