[Debian-live-changes] r883 - dists/trunk/live-helper/functions

Daniel Baumann daniel at alioth.debian.org
Thu Mar 29 16:13:34 UTC 2007


Author: daniel
Date: 2007-03-29 15:13:34 +0000 (Thu, 29 Mar 2007)
New Revision: 883

Added:
   dists/trunk/live-helper/functions/breakpoints.sh
Modified:
   dists/trunk/live-helper/functions/arguments.sh
   dists/trunk/live-helper/functions/common.sh
   dists/trunk/live-helper/functions/version.sh
Log:


Modified: dists/trunk/live-helper/functions/arguments.sh
===================================================================
--- dists/trunk/live-helper/functions/arguments.sh	2007-03-29 15:10:33 UTC (rev 882)
+++ dists/trunk/live-helper/functions/arguments.sh	2007-03-29 15:13:34 UTC (rev 883)
@@ -9,8 +9,6 @@
 
 set -e
 
-PROGRAM="`basename ${0}`"
-
 Arguments ()
 {
 	ARGUMENTS="`getopt --longoptions conffile:,debug,force,help,logfile:,quiet,usage,verbose,version --name=${PROGRAM} --options huv --shell sh -- "${@}"`"

Added: dists/trunk/live-helper/functions/breakpoints.sh
===================================================================
--- dists/trunk/live-helper/functions/breakpoints.sh	2007-03-29 15:10:33 UTC (rev 882)
+++ dists/trunk/live-helper/functions/breakpoints.sh	2007-03-29 15:13:34 UTC (rev 883)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# breakpoints.sh
+# Copyright (C) 2006-2007 Daniel Baumann <daniel at debian.org>
+#
+# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+# This is free software, and you are welcome to redistribute it
+# under certain conditions; see COPYING for details.


Property changes on: dists/trunk/live-helper/functions/breakpoints.sh
___________________________________________________________________
Name: svn:executable
   + *

Modified: dists/trunk/live-helper/functions/common.sh
===================================================================
--- dists/trunk/live-helper/functions/common.sh	2007-03-29 15:10:33 UTC (rev 882)
+++ dists/trunk/live-helper/functions/common.sh	2007-03-29 15:13:34 UTC (rev 883)
@@ -8,3 +8,6 @@
 # under certain conditions; see COPYING for details.
 
 set -e
+
+PROGRAM="`basename ${0}`"
+VERSION="1.0~a4"

Modified: dists/trunk/live-helper/functions/version.sh
===================================================================
--- dists/trunk/live-helper/functions/version.sh	2007-03-29 15:10:33 UTC (rev 882)
+++ dists/trunk/live-helper/functions/version.sh	2007-03-29 15:13:34 UTC (rev 883)
@@ -9,8 +9,6 @@
 
 set -e
 
-VERSION="1.0~a4"
-
 Version ()
 {
 	echo "${PROGRAM}, version ${VERSION}"




More information about the Debian-live-changes mailing list