From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 6 06:50:02 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id 4211C106566B for ; Tue, 6 Mar 2012 06:50:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 0D3D416147B; Tue, 6 Mar 2012 06:49:48 +0000 (UTC) Message-ID: <4F55B38E.9070001@FreeBSD.org> Date: Tue, 06 Mar 2012 00:49:50 -0600 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Devin Teske References: <0b7101ccfb32$58d459f0$0a7d0dd0$@fisglobal.com> <20120306022026.GA29187@volt.iem.pw.edu.pl> <5168AAFB-19D5-459D-8F3D-D884E5D18249@fisglobal.com> In-Reply-To: <5168AAFB-19D5-459D-8F3D-D884E5D18249@fisglobal.com> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: FreeBSD Hackers , Andrzej Tobola Subject: Re: [PREVIEW] bsdconfig(8) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2012 06:50:02 -0000 On 3/5/2012 8:24 PM, Devin Teske wrote: > > On Mar 5, 2012, at 6:20 PM, Andrzej Tobola wrote: > >> On Mon, Mar 05, 2012 at 04:44:53PM -0800, Devin Teske wrote: >>> >>> INSTRUCTIONS: >>> >>> 1. cd /usr/src >> >> cd /usr/src/usr.sbin ? >> > > Sorry… /usr/src/usr.bin > > You don't need to be root to run it, so it's going into "/usr/bin", not "sbin". That's not the dividing line, please read hier(7). This should be introduced as a port in /usr/local/sbin to start with, and then we'll see how it goes from there. Doug