History log of /netbsd-src/etc/rc.d/dhcpcd (Results 1 – 11 of 11)
Revision Date Author Comments
# 0a9098d0 08-Sep-2020 martin <martin@NetBSD.org>

Rename MOUNTCRITLOCAL to CRITLOCALMOUNTED to avoid a name collision
on case insensitive file systems


# 31fc9817 22-Jul-2020 martin <martin@NetBSD.org>

Split the local disk availability step into two phases to allow scripts
that pre-populate parts of the system (e.g. a tmpfs based /var) an
easy place to plug in like:

# REQUIRE: mountcritlocal
# BEF

Split the local disk availability step into two phases to allow scripts
that pre-populate parts of the system (e.g. a tmpfs based /var) an
easy place to plug in like:

# REQUIRE: mountcritlocal
# BEFORE: MOUNTCRITLOCAL

This also cleans up the existing special handling a bit by separating it
into new scripts. All later scripts now depend on MOUNTCRITLOCAL.
Discussed on tech-userlevel some time ago.

show more ...


# cfd61637 31-May-2020 roy <roy@NetBSD.org>

dhcpcd: Empty the chroot

While here, set correct optional hooks.


# 852a3f7b 02-Apr-2020 roy <roy@NetBSD.org>

Add chroot support for dhcpcd


# 536a6b74 22-Feb-2020 roy <roy@NetBSD.org>

Revert unrelated changes to prior


# 68c104db 22-Feb-2020 roy <roy@NetBSD.org>

rc.d/network: improve wording of waiting for DAD to finish


# 2357a4fb 07-Jan-2016 roy <roy@NetBSD.org>

Use the new -P option to work out which pidfile dhcpcd will use.


# 8b04443c 16-Oct-2015 roy <roy@NetBSD.org>

Fix the problem of just having a valid interface name in dhcpcd_flags.


# cf109907 06-Apr-2014 khorben <khorben@NetBSD.org>

Allow the extra command "reload" to dhcpcd's rc script, letting it reload
its configuration and rebind directly via the script.

LGTM roy@


# e3bb11da 25-Jun-2013 roy <roy@NetBSD.org>

Add a hack to fix the dhcpcd rc.d script to work with a single
interface specified in dhcpcd_flags in rc.conf(5).
Fixes PR bin/43490


# 6bdecd9c 28-Apr-2009 roy <roy@NetBSD.org>

Add an rc.d script for dhcpcd(8)