From owner-cvs-sbin Tue Apr 1 09:20:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA13527 for cvs-sbin-outgoing; Tue, 1 Apr 1997 09:20:21 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA13518; Tue, 1 Apr 1997 09:20:19 -0800 (PST) Date: Tue, 1 Apr 1997 09:20:19 -0800 (PST) From: Guido van Rooij Message-Id: <199704011720.JAA13518@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 97/04/01 09:20:18 Modified: sbin/mount_nfs mount_nfs.c Log: Make mount_nfs use reserved ports by default.. Mounts already use a reserved port, so why not the nfs rpc's themselves? With user allowed mounts, this perhaps needs a closer look, but on the other hand, a user could already specify the flag. If normal users should not be able to use resserved ports, the kernel should check for the flag at mount time. Revision Changes Path 1.19 +2 -2 src/sbin/mount_nfs/mount_nfs.c