nfs-utils: update to 1.1.6. Switch to OpenRC.
--HG-- extra : convert_revision : 6d18e9b669179e8561b46197274940fe63224213
This commit is contained in:
13
templates/nfs-utils/files/mountd.rc
Normal file
13
templates/nfs-utils/files/mountd.rc
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/sbin/runscript
|
||||
|
||||
# Disable v1 and v2 by default.
|
||||
: ${mountd_args:=--no-nfs-version 1 --no-nfs-version 2}
|
||||
|
||||
command=/usr/sbin/rpc.mountd
|
||||
command_args=$mountd_args
|
||||
name="RPC Mountd daemon"
|
||||
|
||||
depend()
|
||||
{
|
||||
need nfslock
|
||||
}
|
Reference in New Issue
Block a user