[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-27-ge1548e4

Richard Nelson unixabg at gmail.com
Mon Mar 8 19:52:28 UTC 2010


The following commit has been merged in the debian-next branch:
commit bfc84364753cb70e581f4a2971a0edac67ebcf22
Author: Richard Nelson <unixabg at gmail.com>
Date:   Mon Mar 8 11:08:05 2010 -0600

    Have webhelper read /etc/default/live-helper defualts.

diff --git a/cgi/cgi b/cgi/cgi
index 9dfa5d7..42dfded 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -8,11 +8,11 @@
 # under certain conditions; see COPYING for details.
 
 # Reading defaults
-if [ -r /etc/default/live-helper.cgi ]
+if [ -r /etc/default/live-helper ]
 then
-        . /etc/default/live-helper.cgi
+        . /etc/default/live-helper
 else
-        echo "E: /etc/default/live-helper.cgi missing"
+        echo "E: /etc/default/live-helper missing"
         exit 1
 fi
 

-- 
live-helper



More information about the debian-live-changes mailing list