Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Set 'confirm=1' in /etc/apt/listchanges.conf
authorMichael Prokop
Sun Jan 20 00:26:13 2008 +0100 (10 months ago)
changeset 459f8029e0faaf2
manifestf8029e0faaf2
parent 458698b36dc3824
child 4605adfd203382d
Set 'confirm=1' in /etc/apt/listchanges.conf
debian/changelog
etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
--- a/debian/changelog Sun Jan 20 00:10:13 2008 +0100
+++ b/debian/changelog Sun Jan 20 00:26:13 2008 +0100
@@ -2,6 +2,7 @@ grml-live (0.2) unstable; urgency=low
* Update isolinux.bin to version 3.55-1.
* Add loop-aes-testsuite to GRML_FULL.
+ * Set 'confirm=1' in /etc/apt/listchanges.conf.
-- Michael Prokop <mika@grml.org> Mon, 14 Jan 2008 22:54:10 +0100
--- a/etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges Sun Jan 20 00:10:13 2008 +0100
+++ b/etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges Sun Jan 20 00:26:13 2008 +0100
@@ -4,7 +4,7 @@
# Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
# Bug-Reports: see http://grml.org/bugs/
# License: This file is licensed under the GPL v2 or any later version.
-# Latest change: Fri Dec 21 21:40:16 CET 2007 [mika]
+# Latest change: Sun Jan 20 00:25:52 CET 2008 [mika]
################################################################################
set -e
@@ -24,6 +24,7 @@ fi
if [ -r $target/etc/apt/listchanges.conf ] ; then
sed -i "s/^which=news/which=both/" $target/etc/apt/listchanges.conf
+ sed -i "s/^confirm=0/confirm=1/" $target/etc/apt/listchanges.conf
fi
## END OF FILE #################################################################