cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c
Craig Rodrigues
rodrigc at FreeBSD.org
Tue Jan 23 07:17:11 UTC 2007
rodrigc 2007-01-23 07:17:10 UTC
FreeBSD src repository
Modified files:
sbin/mount_nfs mount_nfs.8 mount_nfs.c
Log:
Merge mount_nfs4.c and mount_nfs.c into one program.
If argv[0] == "mount_nfs4", then default to mounting NFSv4,
otherwise if argv[0] == "mount_nfs", default to the old mount_nfs behavior.
- Add a -4 option.
- Add the University of Michigan copyright from mount_nfs4.c, for the
code merged from mount_nfs4.c.
Reviewed by: rees
Revision Changes Path
1.46 +4 -2 src/sbin/mount_nfs/mount_nfs.8
1.71 +244 -5 src/sbin/mount_nfs/mount_nfs.c
More information about the cvs-src
mailing list