[Debian-live-changes] r1881 - dists/trunk/live-webhelper/scripts

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 29 19:34:45 UTC 2007


Author: daniel
Date: 2007-05-29 19:34:45 +0000 (Tue, 29 May 2007)
New Revision: 1881

Modified:
   dists/trunk/live-webhelper/scripts/cgi
Log:


Modified: dists/trunk/live-webhelper/scripts/cgi
===================================================================
--- dists/trunk/live-webhelper/scripts/cgi	2007-05-29 19:32:13 UTC (rev 1880)
+++ dists/trunk/live-webhelper/scripts/cgi	2007-05-29 19:34:45 UTC (rev 1881)
@@ -46,10 +46,10 @@
 	# Sending html form
 	sed -e "s/VERSION/${VERSION}/" \
 	    -e "s/DATE/`date +%Y%m%d-%H:%M`/" \
-	    -e "s/MIRROR_BOOTSTRAP/${MIRROR_BOOTSTRAP}/" \
-	    -e "s/MIRROR_BOOTSTRAP_SECURITY/${MIRROR_BOOTSTRAP_SECURITY}/" \
-	    -e "s/MIRROR_BINARY/${MIRROR_BINARY}/" \
-	    -e "s/MIRROR_BINARY_SECURITY/${MIRROR_BINARY_SECURITY}/" \
+	    -e "s#MIRROR_BOOTSTRAP#${MIRROR_BOOTSTRAP}#" \
+	    -e "s#MIRROR_BOOTSTRAP_SECURITY#${MIRROR_BOOTSTRAP_SECURITY}#" \
+	    -e "s#MIRROR_BINARY#${MIRROR_BINARY}#" \
+	    -e "s#MIRROR_BINARY_SECURITY#${MIRROR_BINARY_SECURITY}#" \
 	"${TEMPLATES}"/form.html
 else
 	# Converting spaces:	sed "s/+/ /g"




More information about the Debian-live-changes mailing list