aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcp
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-01-09 06:03:45 -0500
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-08 09:46:19 +0000
commit8727d21ddc1521b7937324527ba75b714cafdb8b (patch)
tree9dbded1801891405b1c8229be007e65be14d19d3 /main/dhcp
parent49757654c6f307eeb01e45262e533e10fb425508 (diff)
downloadaports-8727d21ddc1521b7937324527ba75b714cafdb8b.tar.bz2
aports-8727d21ddc1521b7937324527ba75b714cafdb8b.tar.xz
main/dhcp: reorder comment
Diffstat (limited to 'main/dhcp')
-rw-r--r--main/dhcp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD
index ae1c21295f..bc348b54a7 100644
--- a/main/dhcp/APKBUILD
+++ b/main/dhcp/APKBUILD
@@ -9,8 +9,8 @@ arch="all"
license="ISC"
depends=
# busybox utils are not sufficient for dhclient
-depends_dhclient="coreutils iproute2 run-parts $depends_dhclient_optional"
#depends_dhclient_optional="bash iputils net-tools sed util-linux"
+depends_dhclient="coreutils iproute2 run-parts $depends_dhclient_optional"
pkgusers="dhcp"
pkggroups="dhcp"
makedepends="perl linux-headers $depends_dhclient $depends_dhclient_optional"