diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-10-27 14:43:17 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-10-27 15:03:53 +0100 |
commit | 4c01f692ab976dc34babde6c46a3e76833af58cf (patch) | |
tree | 3adb9fe7c1d2a3bd0166621cb5269fcb605866c0 /main/dhcp | |
parent | 44e198a4079e1aa29c4e64c22ffffbfb0240940e (diff) | |
download | aports-4c01f692ab976dc34babde6c46a3e76833af58cf.tar.bz2 aports-4c01f692ab976dc34babde6c46a3e76833af58cf.tar.xz |
main/dhcp: remove commented out depends_dhclient_optional
Diffstat (limited to 'main/dhcp')
-rw-r--r-- | main/dhcp/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
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" |