[SCM] live-config branch, debian-next,	updated. debian/3.0_a7-1-1-g47996e1
    Daniel Baumann 
    daniel at debian.org
       
    Wed Sep 15 10:53:59 UTC 2010
    
    
  
The following commit has been merged in the debian-next branch:
commit 47996e17582fce4738af5fe4cfc8b1838a14378c
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/117-ureadahead b/scripts/config/117-ureadahead
index 6415e93..ece77bb 100755
--- a/scripts/config/117-ureadahead
+++ b/scripts/config/117-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