From 9923899dc3d2a2472707c5bb87557817b3848a75 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Wed, 30 Oct 2013 16:15:02 +0100 Subject: [PATCH] Dont force libc upgrade. --- src/actions/main.queue | 1 - src/functions.sh | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/actions/main.queue b/src/actions/main.queue index fc49cf1..c892246 100644 --- a/src/actions/main.queue +++ b/src/actions/main.queue @@ -23,7 +23,6 @@ true check_kernel_space true apt_download # skini pakete ! debconf_priority check debconf_priority set # utisaj debconf pkg monit disable_monit -true upgrade_libc true install_keyrings # install new keys # popravi konfiguracije koje stvaraju probleme true restore_configs diff --git a/src/functions.sh b/src/functions.sh index 1d94faa..d52a0e2 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -861,11 +861,6 @@ pkgupgrade () { fi } -# make a silent upgrade to new libc6 -upgrade_libc () { - DEBIAN_FRONTEND=noninteractive pkgupgrade libc6 libc6-dev tzdata -} - # upgrade apache2/php5 upgrade_apache2 () { pkgrm apache-common # prevents installation of apache2-suexec -- 1.7.10.4