Re: conf/31358: Updated patch for -CURRENT

2002-01-08 Thread Thomas Quinot
Le 2002-01-08, Sheldon Hearn écrivait : > Nits follow: [ whitespace ] [ style ] > I'd suggest getting your patch tested by -CURRENT users by posting the > patch to the freebsd-current mailing list. I have produced a new diff that incorporates the changes suggested by Sheldon. Those interested

Re: conf/31358: Updated patch for -CURRENT

2002-01-08 Thread Mike Makonnen
On Tue, 8 Jan 2002 11:02:06 +0100 Thomas Quinot <[EMAIL PROTECTED]> wrote: [snip] > + # Handle absent nfs client support > + if sysctl vfs.nfs >/dev/null 2>&1; then > + nfsclient_in_kernel=1 > + else > + nfsclient_in_ker

Re: conf/31358: Updated patch for -CURRENT

2002-01-08 Thread Thomas Quinot
Le 2002-01-08, Thomas Quinot écrivait : > case ${nfs_client_enable} in > [Yy][Ee][Ss]) > +kldload nfsclient && nfsclient_in_kernel=1 Ooops, this is *far* too aggressive! Here is a corrected version of the previous patch. Sorry! diff -u ../rc rc

conf/31358: Updated patch for -CURRENT

2002-01-08 Thread Thomas Quinot
Attached to this email is an update to the patch supplied with PR conf/31358, which fixes two issues: * amd can only be started when NFS client is enabled; * when nfs_client_enable is set and no NFS file systems are mounted at boot time from /etc/fstab, rc.network needs to ensure that the