Enable bash rdepends for dhcp-client, hopefully temporarily

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1186 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-01-21 21:09:44 +00:00
parent 02ee3a2571
commit f682c4261a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ FILES_dhcp-server = "${sbindir}/dhcpd ${sysconfdir}/init.d/dhcp-server ${sysconf
FILES_dhcp-relay = "${sbindir}/dhcrelay ${sysconfdir}/init.d/dhcp-relay ${sysconfdir}/default/dhcp-relay"
FILES_dhcp-client = "${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf"
#RDEPENDS_dhcp-client = "bash"
RDEPENDS_dhcp-client = "bash"
FILES_dhcp-omshell = "${bindir}/omshell"