mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Fix commands for new mandrake versions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user