From owner-freebsd-small Mon Mar 6 10:13:12 2000 Delivered-To: freebsd-small@freebsd.org Received: from biff.nerdpower.net (c13574-005.nerdpower.net [24.108.80.110]) by hub.freebsd.org (Postfix) with SMTP id 0A7CE37BE29 for ; Mon, 6 Mar 2000 10:13:09 -0800 (PST) (envelope-from jeff@nerdpower.com) Received: (qmail 15730 invoked by alias); 6 Mar 2000 18:15:22 -0000 Received: from flanders.nerdpower.net (HELO flanders) (24.108.80.209) by biff.nerdpower.net with SMTP; 6 Mar 2000 18:15:22 -0000 From: "Jeff Lush" To: "Mark Huizer" Cc: Subject: RE: Adding dhcleint-script to /sbin in picobsd Date: Mon, 6 Mar 2000 11:09:22 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20000306114707.B5643@dohd.cx> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > More questions... I am attempting to add dhclient to picobsd > and it is going > > fairly well; however, I need to have the dhclient-script appear > in /sbin. I > > have searched the picobsd source files for a place to add the file (or > > reference to the file), but cannot find out how to do it. What > I need is for > > the dhclient-script file to appear in the /sbin dir of the > picobsd disk (or > > make a link from /etc/dhclient-script to /sbin?). > > > if you look at some of the Makefile, you might find that there is a line > somewhere that does a dirty 'cp' somewhere, I guess it was the dial > floppy > > Mark > -- > Nice testing in little China... I have tried numerous entries in Makefile.mfs in the net directory. Should this work? cp /sbin/dhclient-script /mnt/sbin; \ I have considered adding the same command to the Makefile in the crunch1 directory, but I am not sure how to reference the /sbin/ directory on the floppy. From other scripts my guess is /mnt/sbin, but it doesn't appear to be working. I am getting nowhere fast with this one. If anyone has a suggestion I would appreciate it! Thanks again, -Jeff Lush To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message