From owner-freebsd-bugs Mon Oct 1 16: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41EC137B40D for ; Mon, 1 Oct 2001 16:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91N01H47992; Mon, 1 Oct 2001 16:00:01 -0700 (PDT) (envelope-from gnats) Received: from relay.gnf.org (relay.gnf.org [208.44.31.36]) by hub.freebsd.org (Postfix) with ESMTP id 19EAD37B40A for ; Mon, 1 Oct 2001 15:51:14 -0700 (PDT) Received: from mail.gnf.org (smtp.gnf.org [10.0.0.11]) by relay.gnf.org (8.11.6/8.11.6) with ESMTP id f91MpCj06713 for ; Mon, 1 Oct 2001 15:51:12 -0700 Received: by mail.gnf.org (Postfix, from userid 888) id C1C3911E503; Mon, 1 Oct 2001 15:50:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.gnf.org (Postfix) with ESMTP id BD96111A576 for ; Mon, 1 Oct 2001 15:50:25 -0700 (PDT) Message-Id: Date: Mon, 1 Oct 2001 15:50:24 -0700 (PDT) From: Gordon Tetlow To: Subject: bin/30972: nfsd and mountd are in the wrong location Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30972 >Category: bin >Synopsis: nfsd and mountd are in the wrong location >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 16:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gordon Tetlow >Release: FreeBSD 4.4-RC i386 >Organization: GNF >Environment: System: FreeBSD fountainhead.gnf.org 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 16 09:16:05 PDT 2001 gordont@fountainhead.gnf.org:/local/usr.obj/usr/src/sys/FOUNTAINHEAD i386 >Description: nfsd and mountd are in /sbin. Meanwhile rpcbind/portmap is in /usr/sbin It seems rather pointless to have nfsd/mountd taking up root partition space (statically linked no less) when they are absolutely useless without something from /usr/sbin Also, there isn't much need to have them in the root since you most likely aren't going to be exporting filesystems until fully booted. NetBSD has nfsd/mountd in /usr/sbin OpenBSD has nfsd/mountd in /sbin >How-To-Repeat: ls -l /sbin/nfsd /sbin/mountd ls -l /usr/sbin/portmap /usr/sbin/rpcbind >Fix: Move nfsd and mountd out of /sbin into /usr/sbin where they rightfully belong. This should be accompanied by a repo-copy. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message