From 4c01f692ab976dc34babde6c46a3e76833af58cf Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 27 Oct 2019 14:43:17 +0100 Subject: main/dhcp: remove commented out depends_dhclient_optional --- main/dhcp/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'main') diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD index 26a1c0874e..e952f09a3c 100644 --- a/main/dhcp/APKBUILD +++ b/main/dhcp/APKBUILD @@ -11,10 +11,8 @@ depends="" depends_server_ldap="!$pkgname-server-vanilla $pkgname" depends_server_vanilla="!$pkgname-server-ldap $pkgname" depends_static="$pkgname-dev" -# -# busybox utils are not sufficient for dhclient -#depends_dhclient_optional="bash iputils net-tools sed util-linux" -depends_dhclient="coreutils iproute2 run-parts $depends_dhclient_optional" +# busybox utils are not sufficient +depends_dhclient="coreutils iproute2 run-parts" depends_dhcrelay="" # do not inherit depends from $pkgname depends_openrc="" # do not inherit depends from $pkgname pkgusers="dhcp" -- cgit v1.2.3