From owner-freebsd-current Sat Feb 26 13: 4:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id C1C4C37B5CC for ; Sat, 26 Feb 2000 13:04:28 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id NAA14520; Sat, 26 Feb 2000 13:04:27 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id NAA56970; Sat, 26 Feb 2000 13:04:27 -0800 (PST) (envelope-from jdp@polstra.com) Date: Sat, 26 Feb 2000 13:04:27 -0800 (PST) Message-Id: <200002262104.NAA56970@vashon.polstra.com> To: bg@sics.se Subject: Re: openssh uses /etc (bad) In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , Bjoern Groenvall wrote: > > While you are moving things around you might as well move > /usr/sbin/sshd to /usr/libexec/sshd where it should have > resided in the first place. No, that would be contrary to the conventions documented in hier(4). /usr/libexec is for things that are executed by other programs. Normal persistent daemons such as sshd belong in /usr/sbin. Take a look at the current contents of those two directories and you'll see the distinction. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message