summaryrefslogtreecommitdiffstats
path: root/utils/statd/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add start-statd script.Neil Brown2007-03-291-0/+1
| | | | | This script is used by mount.nfs to run statd if needed. It can be locally modified to change arguements if required.
* Add --with-rpcgen= for configure so that the system rpcgen can be used.Neil Brown2007-03-201-2/+5
| | | | | | | Ultimately it makes sense to remove remove rpcgen from the nfs-utils release as it is already in the glibc release. With this patch you can use the system rpcgen to make sure it works. It is not default yet, but it might be in a future release.
* Remove notify functionality from statd in favour of sm-notifyNeil Brown2007-03-201-2/+2
| | | | | statd now execs sm-notify to notify peers and only listens to monitor requests and remote notifications itself.
* sm-notify - compile and installNeil Brown2007-03-201-4/+7
| | | | | Add sm-notify to the compile/install scripts, (and fix a compile warning).
* Autogen updateneilbrown2005-12-201-0/+91