On Aug 14, 3:22am, [email protected] (YAMAMOTO Takashi) wrote: -- Subject: Re: CVS commit: src/usr.sbin/nfsd
| hi, | | > Module Name: src | > Committed By: christos | > Date: Mon Aug 13 08:19:11 UTC 2012 | > | > Modified Files: | > src/usr.sbin/nfsd: nfsd.8 nfsd.c | > | > Log Message: | > Let nfsd behave like all other programs: tries to use both inet4 and inet6 | > by default and both udp and tcp: -4 uses only inet4, -6 uses only inet6, | > -t uses only tcp, -u uses only udp. For compatibility, we detect old option | > usage, we warn, and DTRT. | | i'm not sure if it's a good direction to go because "uses only XXX" | style options are not scalable if there can be more than two choices Yes, I just fixed it to match the rest of the programs. We should thik what to do for everything in the long run. christos
