History log of /dflybsd-src/share/man/man8/dhcp.8 (Results 1 – 5 of 5)
Revision Date Author Comments
# 817cf585 25-Oct-2018 Aaron LI <aly@aaronly.me>

rc.d: Introduce 'dhcp_client' to wrap over dhclient and dhcpcd

The new 'dhcp_client' rc script is a wrapper to start either dhclient(8)
or dhcpcd(8) based on the value of the 'dhcp_client' rc variab

rc.d: Introduce 'dhcp_client' to wrap over dhclient and dhcpcd

The new 'dhcp_client' rc script is a wrapper to start either dhclient(8)
or dhcpcd(8) based on the value of the 'dhcp_client' rc variable.

Other rc scripts are updated to depend on this wrapper instead of the
explicit 'dhclient'. This eases the migration from dhclient(8) to
dhcpcd(8) later.

Update rc.conf.5 and dhcp.8 man pages accordingly.

Meanwhile, remove the two obsolete variables 'dhcp_{program,flags}' from
/etc/rc.subr.

show more ...


# c8e8a2e5 30-May-2013 Sascha Wildner <saw@online.de>

Point to more neutral, yet dports biased directories from manual pages.

Most of them are identical in pkgsrc.


# 6569156b 15-Oct-2008 Matthias Schmidt <matthias@dragonflybsd.org>

Fix another path


# 5b675e1f 15-Oct-2008 Matthias Schmidt <matthias@dragonflybsd.org>

Fix path to the dhcpd.conf file.


# 334e7758 30-Aug-2008 Sascha Wildner <swildner@dragonflybsd.org>

Add dhcp(8) which gives some general info on DHCP client/server
configuration.

Adapted-from: OpenBSD