From f1c8e96a5fba77f21eb668ee23a4afc787f3f07b Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Fri, 30 Sep 2011 13:09:45 +0200 Subject: [PATCH] Upgrade dhcp3-client due to ntp dependency. --- src/data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.sh b/src/data.sh index b53edd4..cc05ba6 100644 --- a/src/data.sh +++ b/src/data.sh @@ -42,7 +42,7 @@ packages_uri='http://ftp.carnet.hr/carnet-debian/dists/carnet-squeeze/main/binar # Packages to forcibly install before installing the rest with dist-upgrade, # because dist-upgrade would rather remove or keep them back them. packages_first=' -libkrb5-17-heimdal postgresql-client unixodbc iptables oidentd libpam-modules procps base-passwd +libkrb5-17-heimdal postgresql-client unixodbc iptables oidentd libpam-modules procps base-passwd dhcp3-client ' # Packages that provide crucial services, upgrade them before the rest -- 1.7.10.4