From owner-cvs-sbin Wed Apr 9 13:17:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA14233 for cvs-sbin-outgoing; Wed, 9 Apr 1997 13:17:22 -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-sbin@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 From owner-cvs-sbin Wed Apr 9 13:25:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA15078 for cvs-sbin-outgoing; Wed, 9 Apr 1997 13:25:54 -0700 (PDT) Received: (from guido@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA15050; Wed, 9 Apr 1997 13:25:48 -0700 (PDT) Date: Wed, 9 Apr 1997 13:25:48 -0700 (PDT) From: Guido van Rooij Message-Id: <199704092025.NAA15050@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mountd mountd.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 97/04/09 13:25:45 Modified: sbin/mountd mountd.8 Log: Oops...now really commit the doc change. Revision Changes Path 1.9 +3 -1 src/sbin/mountd/mountd.8 From owner-cvs-sbin Wed Apr 9 13:31:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA15658 for cvs-sbin-outgoing; Wed, 9 Apr 1997 13:31:36 -0700 (PDT) Received: (from guido@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA15651; Wed, 9 Apr 1997 13:31:35 -0700 (PDT) Date: Wed, 9 Apr 1997 13:31:35 -0700 (PDT) From: Guido van Rooij Message-Id: <199704092031.NAA15651@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc, cvs-sbin Subject: cvs commit: src/sbin/mountd mountd.8 mountd.c src/etc rc sysconfig Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 97/04/09 13:31:34 Branch: etc RELENG_2_2 sbin/mountd RELENG_2_2 Modified: etc rc sysconfig sbin/mountd mountd.8 mountd.c Log: From current: Fix mountd so the privport stuff is backwards compatible with older systems. Add sysconfig variable to control the privport stuff. Revision Changes Path 1.104.2.7 +4 -1 src/etc/rc 1.52.2.5 +7 -1 src/etc/sysconfig 1.5.2.2 +3 -1 src/sbin/mountd/mountd.8 1.11.2.3 +10 -8 src/sbin/mountd/mountd.c