diff options
author | neilbrown <neilbrown> | 2002-09-02 02:14:53 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2002-09-02 02:14:53 +0000 |
commit | 9bea78d8f36cd5ab75d18e32224f0b90a635128c (patch) | |
tree | 1beb1934840833fe36568ae234a80a2498531ce9 /utils/statd/statd.man | |
parent | edfedfb53af585792ec6796ead7b0cc5f13618aa (diff) | |
download | nfs-utils-9bea78d8f36cd5ab75d18e32224f0b90a635128c.tar.gz nfs-utils-9bea78d8f36cd5ab75d18e32224f0b90a635128c.tar.xz nfs-utils-9bea78d8f36cd5ab75d18e32224f0b90a635128c.zip |
Support "-P path" in statd as alternate to /var/lib/nfs
Diffstat (limited to 'utils/statd/statd.man')
-rw-r--r-- | utils/statd/statd.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/statd/statd.man b/utils/statd/statd.man index dbe8be1..2b10803 100644 --- a/utils/statd/statd.man +++ b/utils/statd/statd.man @@ -89,6 +89,12 @@ a standard port number that always or usually assigns. Specifying a port may be useful when implementing a firewall. .TP +.BI "\-P," "" " \-\-state\-directory\-path " directory +specify a directory in which to place statd state information. +If this option is not specified the default of +.BR /var/lib/nfs +is used. +.TP .B -? Causes .B rpc.statd |