diff options
| author | hjl <hjl> | 2000-11-09 22:16:34 +0000 |
|---|---|---|
| committer | hjl <hjl> | 2000-11-09 22:16:34 +0000 |
| commit | df07daea1421c80ecf308a6daf3ab3fa7d4cfd65 (patch) | |
| tree | 73fdbe507a42412c684c7c2f864e501039abde5f /ChangeLog | |
| parent | d193f2779b79780c54636d1bc1d655ba0d3c80d7 (diff) | |
2000-11-09 H.J. Lu <hjl@lucon.org>
* etc/redhat/nfs.init (start): Pass --no-tcp to mountd if
TCP is not supported by kernel.
* support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0.
* utils/mountd/mountd.c (longopts): Add "-n/--no-tcp".
(main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp".
* utils/mountd/mountd.man: Updated for "-n/--no-tcp".
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2000-11-09 H.J. Lu <hjl@lucon.org> + + * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if + TCP is not supported by kernel. + + * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0. + + * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp". + (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp". + + * utils/mountd/mountd.man: Updated for "-n/--no-tcp". + 2000-10-24 Lon Hohberger <hohberger@missioncriticallinux.com> * utils/statd/callback.c: Fix bug preventing callbacks to local lockd. |
