summaryrefslogtreecommitdiffstats
path: root/utils/statd/sm-notify.man
Commit message (Collapse)AuthorAgeFilesLines
* statd: update rpc.statd(8) and sm-notify(8) to reflect IPv6 supportChuck Lever2010-01-151-127/+280
| | | | | | | | | | | | | Expand and clarify the explanation of NSM operation on Linux, and provide the same text in both man pages. Update descriptions of the command line options to match the operation of the current implementation. Introduce sections discussing security and operational issues, and IPv6 operation. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
* statd: Replace nsm_log() with xlog() in sm-notify commandChuck Lever2009-11-241-5/+1
| | | | | | | | | | | To facilitate code sharing between statd and sm-notify (and with other components of nfs-utils), replace sm-notify's nsm_log() with xlog(). Since opt_quiet is used in only a handful of insignificant cases, it is removed. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* sm-notify - compile and installNeil Brown2007-03-201-0/+166
Add sm-notify to the compile/install scripts, (and fix a compile warning).