Compare commits

...

No commits in common. "v963" and "7d8257c6f6cdbe5ea04c86c9ac842148da6d7fdb" have entirely different histories.

3 changed files with 3 additions and 18 deletions

View File

@ -54,7 +54,7 @@ case "$1" in
restart)
$0 stop
/usr/bin/sleep 1
/bin/sleep 1
$0 start
;;

View File

@ -11,11 +11,12 @@ console none
post-start script
/usr/sbin/exportfs -r
/usr/sbin/rpc.knfsd 8
/usr/sbin/start-statd
end script
exec /usr/sbin/rpc.kmountd -F --nfs-version 3
post-stop script
/usr/sbin/rpc.knfsd 0
pkill nfsd
/usr/sbin/exportfs -au
end script

View File

@ -1,16 +0,0 @@
description "Startup NFS Services"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (started nfs)
stop on (stopping nfs)
pre-start script
/sbin/CheckPid /var/run/rpc.statd.pid
end script
console none
exec /usr/sbin/start-statd