diff options
| author | Matteo Riondato <matteo@FreeBSD.org> | 2007-04-04 13:16:18 +0000 |
|---|---|---|
| committer | Matteo Riondato <matteo@FreeBSD.org> | 2007-04-04 13:16:18 +0000 |
| commit | f3636019cb06a47b419653900f0ace12cc97a599 (patch) | |
| tree | be3a0d1b37ee07d1c29e249717b5f7f6272af8f0 /share | |
| parent | ad0552863b1de164f7e58783c249fd627699b9b5 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/rc.conf.5 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 3d28a30f3402..459e34461694 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 11, 2007 +.Dd April 4, 2007 .Dt RC.CONF 5 .Os .Sh NAME @@ -1724,6 +1724,15 @@ If set to and also an NFS server or client, run .Xr rpc.lockd 8 at boot time. +.It Va rpc_lockd_flags +.Pq Vt str +If +.Va rpc_lockd_enable +is set to +.Dq Li YES , +these are the flags to pass to the +.Xr rpc.lockd 8 +daemon. .It Va rpc_statd_enable .Pq Vt bool If set to @@ -1731,6 +1740,15 @@ If set to and also an NFS server or client, run .Xr rpc.statd 8 at boot time. +.It Va rpc_statd_flags +.Pq Vt str +If +.Va rpc_statd_enable +is set to +.Dq Li YES , +these are the flags to pass to the +.Xr rpc.statd 8 +daemon. .It Va rpcbind_program .Pq Vt str Path to |
