From owner-cvs-sbin Sun Oct 19 09:42:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA17928 for cvs-sbin-outgoing; Sun, 19 Oct 1997 09:42:14 -0700 (PDT) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA17860; Sun, 19 Oct 1997 09:41:38 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA03540; Sun, 19 Oct 1997 09:40:03 -0700 (PDT) Date: Sun, 19 Oct 1997 09:40:03 -0700 (PDT) Message-Id: <199710191640.JAA03540@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/19 09:40:03 PDT Modified files: sbin/mount_nfs mount_nfs.8 mount_nfs.c Log: Introduce a -N option that disables the use of reserved ports, now that -P is on by default. Remove do-nothing code in the -P case (but leave the option itself for backward compatibility). PR: bin/4500 Revision Changes Path 1.10 +8 -2 src/sbin/mount_nfs/mount_nfs.8 1.24 +6 -3 src/sbin/mount_nfs/mount_nfs.c