Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2001 21:00:02 -0700 (PDT)
From:      Brooks Davis <brooks@one-eyed-alien.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/29317: No way to start dhcpd from rc.conf (and rc.network)
Message-ID:  <200107300400.f6U402606204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/29317; it has been noted by GNATS.

From: Brooks Davis <brooks@one-eyed-alien.net>
To: Olafur Gudmundsson <ogud@ogud.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: conf/29317: No way to start dhcpd from rc.conf (and rc.network)
Date: Sun, 29 Jul 2001 20:57:24 -0700

 On Sun, Jul 29, 2001 at 11:46:40PM -0400, Olafur Gudmundsson wrote:
 > >Description:
 > 	Standard FreeBSD-4.3 does not install dhcpd program and 
 > 	even after one is installed via ports or packages, 
 > 	there is no prototype in rc.defaults to start one with or 
 > 	block in rc.network to execute the startup. 
 
 FreeBSD can no and will not provide direct support for every random daemon
 someone choosed to write via /etc/rc.network.  That would be insane.
 Since FreeBSD does not ship with a dhcpd, it will not support it via
 /etc/rc.conf at this time.  However, you can start dhcpd by placing a
 script like the following in /usr/local/etc/rc.d, named dhcpd.sh or
 similar:
 
 #!/bin/sh
 [ -x /usr/local/sbin/dhcpd ] && /usr/local/sbin/dhcpd fxp1 -q && echo -n ' dhcpd'
 
 -- Brooks

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107300400.f6U402606204>