From 34aa2a2ab415ddb372b9f3d9ad68a0467f270621 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 20 Nov 2007 21:43:29 +0100 Subject: [PATCH 1/1] Drop unused update_progress() + /etc/sysconfig/grml --- autoconfig.functions | 7 ------- debian/changelog | 7 +++++++ grml-autoconfig | 6 ------ 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/autoconfig.functions b/autoconfig.functions index cfd8366..45604c9 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -435,13 +435,6 @@ fi } # }}} -# update_progress {{{ -update_progress(){ - # be sure we are non-blocking - (echo "$1" > /etc/sysconfig/progress) & -} -# }}} - # {{{ timezone config_timezone(){ # don't touch the files if running from harddisk: diff --git a/debian/changelog b/debian/changelog index 6cd6abb..fd71c05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-autoconfig (0.7.31) unstable; urgency=low + + * Drop unused update_progress() and no longer read in + /etc/sysconfig/grml. + + -- Michael Prokop Tue, 20 Nov 2007 21:42:56 +0100 + grml-autoconfig (0.7.30) unstable; urgency=low * Make sure to switch to the original tty when running diff --git a/grml-autoconfig b/grml-autoconfig index 8b63ea1..83cb54f 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -176,10 +176,6 @@ checkvalue $CONFIG_ACPI_APM && config_acpi_apm checkvalue $CONFIG_PCMCIA && config_pcmcia -# {{{ Read in what hwsetup has found -[ -f /etc/sysconfig/grml ] && . /etc/sysconfig/grml -# }}} - checkvalue $CONFIG_KEYBOARD && config_keyboard [ -n "$SPLASH" ] && /usr/bin/grml-bootsplash "||||||">/dev/tty14 @@ -190,8 +186,6 @@ checkvalue $CONFIG_INTERACTIVE && config_interactive checkvalue $CONFIG_AGP && config_agp -[ -f /etc/sysconfig/grml ] && . /etc/sysconfig/grml - checkvalue $CONFIG_AUTOMOUNTER && config_automounter checkvalue $CONFIG_DMA && config_dma -- 2.1.4