summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-05 23:50:09 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:00 +0100
commit7ea27f7f7c468dc524bc07ca3565d6ace65b8aff (patch)
tree6bba7f73e4178fbe14505ed45e8a0bc923bf2123 /scripts
parent96db9eaff01b09f16ad2a22d7d84a344ef8a9723 (diff)
downloadlive-boot-7ea27f7f7c468dc524bc07ca3565d6ace65b8aff.tar.gz
live-boot-7ea27f7f7c468dc524bc07ca3565d6ace65b8aff.zip
Merging casper 1.138.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/33enable_apport_crashes8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/live-bottom/33enable_apport_crashes b/scripts/live-bottom/33enable_apport_crashes
index f300652..6c35c72 100755
--- a/scripts/live-bottom/33enable_apport_crashes
+++ b/scripts/live-bottom/33enable_apport_crashes
@@ -27,15 +27,13 @@ fi
. /scripts/live-functions
-log_begin_msg "Enabling notifications about program crashes..."
+log_begin_msg "Enabling detection of crashes..."
# live-initramfs script
-update_notifier_version=$(chroot /root dpkg-query -W --showformat='${Version}' update-notifier 2>/dev/null) || update_notifier_version=""
-
-if [ -n "${update_notifier_version}" ]
+if [ -e /root/etc/default/apport ]
then
- chroot /root sudo -u "${USERNAME}" gconftool-2 -t bool -s /apps/update-notifier/show_apport_crashes true
+ sed -i 's/enabled=0/enabled=1/' /root/etc/default/apport
fi
log_end_msg