summaryrefslogtreecommitdiffstats
path: root/utils/statd/sm-notify.man
Commit message (Collapse)AuthorAgeFilesLines
* 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).