commit 12658f7719b46d6e2dfbf778ca5877d384a5fdd6 Author: Jacob Appelbaum jacob@appelbaum.net Date: Thu Aug 25 02:08:13 2011 +0200
we want to install this directly so that autoclean doesn't kill it --- packages/torouter-prep/src/torouter_config.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh index e5a3391..8449eec 100644 --- a/packages/torouter-prep/src/torouter_config.sh +++ b/packages/torouter-prep/src/torouter_config.sh @@ -80,6 +80,9 @@ apt-get -y install ttdnsd # Install a normal dns cache for eth1 apt-get -y install dnsmasq
+# install the best dhcp client we're gonna get in debian land +apt-get -y install isc-dhcp-client + ## ## Configuration stage of the script ##