From owner-freebsd-questions Sun Mar 2 3: 2:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFAE137B401 for ; Sun, 2 Mar 2003 03:02:15 -0800 (PST) Received: from windmill.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D0C43FAF for ; Sun, 2 Mar 2003 03:02:15 -0800 (PST) (envelope-from madriax@garlic.com) Received: from SHMOOPIE (162.sm7.dialup.garlic.net [216.139.3.162]) by windmill.garlic.com (8.11.1/8.11.1) with ESMTP id h22B1j730934; Sun, 2 Mar 2003 03:01:47 -0800 From: "Remington L." To: "'Per olof Ljungmark'" , "Freebsd-Questions" Subject: RE: DHCPD on statup? Date: Sun, 2 Mar 2003 03:01:08 -0800 Message-ID: <000001c2e0ab$140eaa10$0a0f10ac@SHMOOPIE> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <3E61E21D.1040508@intersonic.se> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Haha thanks for the reply. I got it working mysterially. Apparently it pulled startup from /usr/local/etc/rc.d/ Thanks anyways -----Original Message----- From: Per olof Ljungmark [mailto:peo@intersonic.se] Sent: Sunday, March 02, 2003 2:51 AM To: Remington L. Cc: Freebsd-Questions Subject: Re: DHCPD on statup? Remington L. wrote: > I've been trying very hard to get dhcpd to load on boot. I've done > extensive hacking of /etc/rc to add a rc.user to the mix. This was a > simple addition of: > > If [ -r /etc/user ]; then > . /etc/user > fi > > then in my rc.user is this: > #!/bin/sh - > > echo -n 'Loading third party server stuff:' > > case ${dhcpd_enable} in > [Yy][Ee][Ss]) > echo -n ' dhcpd' ; dhcpd > ;; > esac > > And then into my /etc/rc.conf I have: > Dhcpd_enable="YES" > > Yet I see none of this happen on boot. Is there something I'm missing or > does anyone know another way that is more effiecient/easier? > Does /etc/dhcpd.conf exist? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message