[SCM] live-config branch, debian-old-2.0, updated. debian/2.0.6-1-1-gd90f105
Daniel Baumann
daniel at debian.org
Wed Sep 15 10:53:59 UTC 2010
The following commit has been merged in the debian-old-2.0 branch:
commit d90f1054cd25f4102195716bb0916c986e4a1e04
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Sep 15 12:51:14 2010 +0200
Correcting typo in persistent file of apport and ureadahead scripts.
diff --git a/scripts/config/101-apport b/scripts/config/101-apport
index 60ac506..c6c1ce6 100755
--- a/scripts/config/101-apport
+++ b/scripts/config/101-apport
@@ -12,7 +12,7 @@ Apport ()
{
# Checking if package is installed or already configured
if [ ! -e /var/lib/dpkg/info/apport.list ] || \
- [ -e /var/lib/live/apport ]
+ [ -e /var/lib/live/config/apport ]
then
return
fi
diff --git a/scripts/config/118-ureadahead b/scripts/config/118-ureadahead
index 6415e93..ece77bb 100755
--- a/scripts/config/118-ureadahead
+++ b/scripts/config/118-ureadahead
@@ -12,7 +12,7 @@ Ureadahead ()
{
# Checking if package is installed or already configured
if [ ! -e /var/lib/dpkg/info/ureadahead.list ] || \
- [ -e /var/lib/live/ureadahead ]
+ [ -e /var/lib/live/config/ureadahead ]
then
return
fi
--
live-config
More information about the debian-live-changes
mailing list