dhcp-all-interfaces depends on dhcp

Add package dependency for dhcp client

Change-Id: I63683485a5c5dbe65bfc38c8d64a88ee5549fda8
This commit is contained in:
Gregory Haynes 2016-03-23 17:35:12 +00:00 committed by Ian Wienand
parent 33d7e8b25e
commit e096337a21

View File

@ -1,10 +1,14 @@
{
"family": {
"redhat": {
"isc-dhcp-client": "dhclient"
},
"gentoo": {
"dhcpcd": "net-misc/dhcpcd"
}
},
"default": {
"isc-dhcp-client": "isc-dhcp-client",
"dhcpcd": ""
}
}