From owner-cvs-etc Wed Apr 9 13:17:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA14243 for cvs-etc-outgoing; Wed, 9 Apr 1997 13:17:25 -0700 (PDT) Received: (from guido@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA14226; Wed, 9 Apr 1997 13:17:19 -0700 (PDT) Date: Wed, 9 Apr 1997 13:17:19 -0700 (PDT) From: Guido van Rooij Message-Id: <199704092017.NAA14226@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc, cvs-sbin Subject: cvs commit: src/etc rc sysconfig src/sbin/mountd mountd.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 97/04/09 13:17:17 Modified: etc rc sysconfig sbin/mountd mountd.c Log: Make a sysconfig variable controlling if teh kernel should accept nfs requests from non-privileged ports. Change mountd such that it does never set this variable, but only clears it when run with -n. Also document this in the man page. Revision Changes Path 1.116 +4 -1 src/etc/rc 1.63 +7 -1 src/etc/sysconfig 1.18 +10 -8 src/sbin/mountd/mountd.c