summaryrefslogtreecommitdiffstats
path: root/support/nfs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the Makefilesneilbrown2005-12-201-14/+0
|
* Assorted changes from Steve Dicksonneilbrown2005-10-061-1/+1
|
* Added TOP, as needed, for easier compile in subdirectoriesgmorris2005-04-121-1/+1
|
* See Changelogneilbrown2003-03-261-1/+1
|
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check svctcp_socket and svcudp_socket. * configure: Regenerated. * support/include/config.h.in (HAVE_SVCTCP_SOCKET): New. (HAVE_SVCUDP_SOCKET): New. * support/include/nfslib.h (svctcp_socket): New. (svcudp_socket): New. * support/nfs/Makefile (OBJS): Add svc_socket.o. * support/nfs/svc_socket.c: New. * support/nfs/rpcmisc.c (rpc_init): Call svctcp_socket and svcudp_socket if port is unspecified. * utils/nfsd/nfsd.c (main): Call getservbyname for port. * utils/rquotad/rquota_svc.c: Include <nfslib.h>. (killer): New. Signal handler to unregister. (main): Use killer. Call svcudp_socket to get the default socket.
* Initial revisionhjl1999-10-181-0/+13