Date: Sun, 02 Mar 2003 11:51:09 +0100 From: Per olof Ljungmark <peo@intersonic.se> To: "Remington L." <madriax@garlic.com> Cc: Freebsd-Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: DHCPD on statup? Message-ID: <3E61E21D.1040508@intersonic.se> In-Reply-To: <000001c2e09f$5d4f3890$0a5efea9@SHMOOPIE> References: <000001c2e09f$5d4f3890$0a5efea9@SHMOOPIE>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E61E21D.1040508>