diff options
author | tcely <tcely@users.noreply.github.com> | 2019-01-09 06:03:45 -0500 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-08 09:46:19 +0000 |
commit | 8727d21ddc1521b7937324527ba75b714cafdb8b (patch) | |
tree | 9dbded1801891405b1c8229be007e65be14d19d3 | |
parent | 49757654c6f307eeb01e45262e533e10fb425508 (diff) | |
download | aports-8727d21ddc1521b7937324527ba75b714cafdb8b.tar.bz2 aports-8727d21ddc1521b7937324527ba75b714cafdb8b.tar.xz |
main/dhcp: reorder comment
-rw-r--r-- | main/dhcp/APKBUILD | 2 |
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" |