From owner-freebsd-questions Sun Mar 2 2:51: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 5080D37B401 for ; Sun, 2 Mar 2003 02:51:16 -0800 (PST) Received: from as9-2-1.bi.s.bonet.se (as9-2-1.bi.s.bonet.se [217.215.7.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id A767F43F75 for ; Sun, 2 Mar 2003 02:51:15 -0800 (PST) (envelope-from peo@intersonic.se) Received: by as9-2-1.bi.s.bonet.se (Postfix, from userid 1003) id D9F2849697A; Sun, 2 Mar 2003 11:51:14 +0100 (CET) Message-ID: <3E61E21D.1040508@intersonic.se> Date: Sun, 02 Mar 2003 11:51:09 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030126 X-Accept-Language: en-us, en, sv MIME-Version: 1.0 To: "Remington L." Cc: Freebsd-Questions Subject: Re: DHCPD on statup? References: <000001c2e09f$5d4f3890$0a5efea9@SHMOOPIE> In-Reply-To: <000001c2e09f$5d4f3890$0a5efea9@SHMOOPIE> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-102.8 required=5.7 tests=IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MOZILLA_UA, USER_IN_WHITELIST,X_ACCEPT_LANG version=2.44 X-Spam-Level: X-Sanitizer: Advosys mail filter 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 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