From owner-freebsd-current Wed Dec 27 17:29:03 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA00624 for current-outgoing; Wed, 27 Dec 1995 17:29:03 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA00614 for ; Wed, 27 Dec 1995 17:29:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id RAA02005; Wed, 27 Dec 1995 17:27:17 -0800 To: paul@netcraft.co.uk cc: asami@cs.berkeley.edu (Satoshi Asami), p.richards@elsevier.co.uk, andreas@knobel.gun.de, graichen@omega.physik.fu-berlin.de, current@FreeBSD.org Subject: Re: pcnfsd.. In-reply-to: Your message of "Wed, 27 Dec 1995 23:38:10 GMT." <199512272338.XAA04875@server.netcraft.co.uk> Date: Wed, 27 Dec 1995 17:27:16 -0800 Message-ID: <2003.820114036@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.org Precedence: bulk > Ahh, OK. Then Jordan's last suggestion seems to be the ticket then. And I've just committed the changes. As noted in my commit message, one unfortunate thing is that the pcnfsd package will still need to modify /etc/sysconfig. Back when we had pcnfsd in /etc/sysconfig, it was conditionalized off of in netstart so that we'd know when to start mountd with the `-n' flag (see man page). Now that the pcnfsd variable is gone, I've had to create another variable in its place: ``weak_mountd_authentication'' If you read the man page for mountd, you'll see that this is something we don't want to enable all the time. Sigh. I hate special cases. At least apache and gated are out, though again, you'll need to go set routedflags to NO if you ever install the gated package as a replacement for routed! Jordan