[SCM] live-config branch, debian-next, updated. debian/2.0_a3-1-10-g5549e30

Daniel Baumann daniel at debian.org
Wed Jun 2 19:16:51 UTC 2010


The following commit has been merged in the debian-next branch:
commit 5549e304c205eb9e3f806383826d76e26d988754
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jun 2 21:10:20 2010 +0200

    Using /var/lib instead of /var/cache in sslcert.

diff --git a/scripts/config/111-sslcert b/scripts/config/111-sslcert
index 383c8ec..d058abe 100755
--- a/scripts/config/111-sslcert
+++ b/scripts/config/111-sslcert
@@ -4,7 +4,7 @@ Sslcert ()
 {
 	# Checking if package is installed
 	if [ ! -e /var/lib/dpkg/info/sslcert.list ] || \
-	   [ -e /var/cache/live/config/sslcert ]
+	   [ -e /var/lib/live/config/sslcert ]
 	then
 		return
 	fi
@@ -18,8 +18,8 @@ Configure_sslcert ()
 {
 	make-ssl-cert generate-default-snakeoil --force-overwrite
 
-	mkdir -p /var/cache/live/config
-	touch /var/cache/live/config/sslcert
+	mkdir -p /var/lib/live/config
+	touch /var/lib/live/config/sslcert
 }
 
 Sslcert

-- 
live-config



More information about the debian-live-changes mailing list