From 7cbd4b199f783e1ae9aaa1d3904e2700dbfcf48d Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 7 Aug 2006 16:37:13 +1000 Subject: "rpc.nfsd XX" should not fail if ports are already open. support/nfs/nfssvc.c: if any ports are already open, don't try to open any more. This means that once nfsd is running rpc.nfsd X will just change the number of threads, not the ports in use. --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 364ec0f..2e57dd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ Author: NeilBrown -Date: Mon Aug 7 14:01:35 EST 2006 +Date: Mon Aug 7 16:35:03 AEST 2006 + + support/nfs/nfssvc.c: if any ports are already open, + don't try to open any more. + This means that once nfsd is running + rpc.nfsd X + will just change the number of threads, not the + ports in use. + +Author: NeilBrown +Date: Mon Aug 7 14:01:35 AEST 2006 Remove warning if neither 'sync' or 'async' present. Add warning of neither 'subtree_check' or 'no_subtree_check' present. -- cgit