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

Richard Nelson unixabg at gmail.com
Mon Mar 8 20:15:04 UTC 2010


The following commit has been merged in the debian-next branch:
commit 55f6c663269581df314b6db878909fb7facb0775
Author: Richard Nelson <unixabg at gmail.com>
Date:   Mon Mar 8 13:54:55 2010 -0600

    Revert "Have webhelper read /etc/default/live-helper defualts."
    
    This reverts commit bfc84364753cb70e581f4a2971a0edac67ebcf22.

diff --git a/cgi/cgi b/cgi/cgi
index 42dfded..9dfa5d7 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 ]
+if [ -r /etc/default/live-helper.cgi ]
 then
-        . /etc/default/live-helper
+        . /etc/default/live-helper.cgi
 else
-        echo "E: /etc/default/live-helper missing"
+        echo "E: /etc/default/live-helper.cgi missing"
         exit 1
 fi
 

-- 
live-helper



More information about the debian-live-changes mailing list