Fix commands for new mandrake versions

This commit is contained in:
Jamie Cameron
2013-05-05 19:49:34 -07:00
parent 0982510ac8
commit 7449a1f13f

View File

@ -1,4 +1,4 @@
restart_command=if (killall -HUP rpc.nfsd && killall -HUP rpc.mountd); then /bin/true; else (/etc/rc.d/init.d/nfs stop ; /etc/rc.d/init.d/nfs start) fi
restart_command=if (killall -HUP rpc.nfsd && killall -HUP rpc.mountd); then /bin/true; else (/etc/rc.d/init.d/nfs-server stop ; /etc/rc.d/init.d/nfs-server start) fi
exports_file=/etc/exports
nfs_server=rpc.nfsd
apply_cmd=exportfs -r