diff options
-rw-r--r-- | packages/sys-apps/openrc/openrc-0.34.11-r3.exheres-0 (renamed from packages/sys-apps/openrc/openrc-0.34.11-r2.exheres-0) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/sys-apps/openrc/openrc-0.34.11-r2.exheres-0 b/packages/sys-apps/openrc/openrc-0.34.11-r3.exheres-0 index 0b702d3..d5377e6 100644 --- a/packages/sys-apps/openrc/openrc-0.34.11-r2.exheres-0 +++ b/packages/sys-apps/openrc/openrc-0.34.11-r3.exheres-0 @@ -17,6 +17,9 @@ MYOPTIONS=" *description = [ provider for the init daemon ] number-selected = at-most-one ]] + dhcp [[ description = [ + Enable external networking tools + ] ]] dkms [[ description = [ Enable DKMS (dynamic kernel module support) integration ] ]] @@ -42,7 +45,12 @@ DEPENDENCIES=" providers:sinit? ( sys-apps/sinit ) providers:sysvinit? ( sys-apps/sysvinit ) plymouth? ( sys-boot/plymouth-openrc-plugin ) - sys-apps/net-tools + recommendation: + plymouth? ( sys-boot/plymouth-openrc-plugin ) + dhcp? ( + sys-apps/net-tools + net-misc/dhcpcd + ) " REMOTE_IDS="github:OpenRC/${PN}" |