From: Michael Prokop Date: Tue, 20 Nov 2007 20:43:29 +0000 (+0100) Subject: Drop unused update_progress() + /etc/sysconfig/grml X-Git-Tag: 0.7.32~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=34aa2a2ab415ddb372b9f3d9ad68a0467f270621 Drop unused update_progress() + /etc/sysconfig/grml --- 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