[Debian-live-changes] r881 - in dists/trunk/live-helper: functions helpers

Daniel Baumann daniel at alioth.debian.org
Thu Mar 29 16:08:57 CET 2007


Author: daniel
Date: 2007-03-29 15:08:57 +0000 (Thu, 29 Mar 2007)
New Revision: 881

Modified:
   dists/trunk/live-helper/functions/common.sh
   dists/trunk/live-helper/helpers/lh_bootstrap
   dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
   dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
Log:


Modified: dists/trunk/live-helper/functions/common.sh
===================================================================
--- dists/trunk/live-helper/functions/common.sh	2007-03-29 15:06:58 UTC (rev 880)
+++ dists/trunk/live-helper/functions/common.sh	2007-03-29 15:08:57 UTC (rev 881)
@@ -9,8 +9,5 @@
 
 set -e
 
-# Starting helper
-Echo_debug "Init ${PROGRAM}"
-
 # Ensure that a system is built as root
 lh_testroot

Modified: dists/trunk/live-helper/helpers/lh_bootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap	2007-03-29 15:06:58 UTC (rev 880)
+++ dists/trunk/live-helper/helpers/lh_bootstrap	2007-03-29 15:08:57 UTC (rev 881)
@@ -22,6 +22,9 @@
 
 Arguments "${@}"
 
+# Starting helper
+Echo_debug "Init ${PROGRAM}"
+
 # Reading configuration files
 Read_conffile config/common
 Set_defaults

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-03-29 15:06:58 UTC (rev 880)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-03-29 15:08:57 UTC (rev 881)
@@ -22,6 +22,9 @@
 
 Arguments "${@}"
 
+# Starting helper
+Echo_debug "Init ${PROGRAM}"
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-03-29 15:06:58 UTC (rev 880)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-03-29 15:08:57 UTC (rev 881)
@@ -22,6 +22,9 @@
 
 Arguments "${@}"
 
+# Starting helper
+Echo_debug "Init ${PROGRAM}"
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap




More information about the Debian-live-changes mailing list