[Debian-live-changes] r1631 - dists/trunk/live-webbuilder

daniel at alioth.debian.org daniel at alioth.debian.org
Wed May 23 06:41:50 UTC 2007


Author: daniel
Date: 2007-05-23 06:41:50 +0000 (Wed, 23 May 2007)
New Revision: 1631

Added:
   dists/trunk/live-webbuilder/default
Removed:
   dists/trunk/live-webbuilder/defaults
Modified:
   dists/trunk/live-webbuilder/Makefile
Log:


Modified: dists/trunk/live-webbuilder/Makefile
===================================================================
--- dists/trunk/live-webbuilder/Makefile	2007-05-23 06:17:43 UTC (rev 1630)
+++ dists/trunk/live-webbuilder/Makefile	2007-05-23 06:41:50 UTC (rev 1631)
@@ -14,7 +14,7 @@
 install: test
 	# Installing executables
 	install -D -m 0755 cron $(DESTDIR)/etc/cron.d/live-webbuilder
-	install -D -m 0644 defaults $(DESTDIR)/etc/default/live-webbuilder
+	install -D -m 0644 default $(DESTDIR)/etc/default/live-webbuilder
 	install -D -m 0755 live-webbuilder $(DESTDIR)/usr/lib/cgi-bin/live-webbuilder
 
 	# Installing templates

Copied: dists/trunk/live-webbuilder/default (from rev 1629, dists/trunk/live-webbuilder/defaults)
===================================================================
--- dists/trunk/live-webbuilder/default	                        (rev 0)
+++ dists/trunk/live-webbuilder/default	2007-05-23 06:41:50 UTC (rev 1631)
@@ -0,0 +1,16 @@
+# Defaults for /etc/cron.daily/live-webbuilder
+
+VERSION="0.2.7"
+
+WEBBUILD="disabled"
+
+DESTDIR="/srv/debian-unofficial/ftp/debian-live/.live-webbuilder"
+TEMPLATES="/usr/share/live-webbuilder/templates"
+TEMPDIR="/srv/tmp/live-webbuilder"
+
+MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
+MIRROR_BOOTSTRAP_SECURITY="http://ftp.de.debian.org/debian-security/"
+MIRROR_IMAGE="http://ftp.debian.org/debian/"
+MIRROR_IMAGE_SECURITY="http://security.debian.org/"
+
+SERVER="http://live.debian.net/.live-webbuilder"

Deleted: dists/trunk/live-webbuilder/defaults
===================================================================
--- dists/trunk/live-webbuilder/defaults	2007-05-23 06:17:43 UTC (rev 1630)
+++ dists/trunk/live-webbuilder/defaults	2007-05-23 06:41:50 UTC (rev 1631)
@@ -1,16 +0,0 @@
-# Defaults for /etc/cron.daily/live-webbuilder
-
-VERSION="0.2.7"
-
-WEBBUILD="disabled"
-
-DESTDIR="/srv/debian-unofficial/ftp/debian-live/.live-webbuilder"
-TEMPLATES="/usr/share/live-webbuilder/templates"
-TEMPDIR="/srv/tmp/live-webbuilder"
-
-MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
-MIRROR_BOOTSTRAP_SECURITY="http://ftp.de.debian.org/debian-security/"
-MIRROR_IMAGE="http://ftp.debian.org/debian/"
-MIRROR_IMAGE_SECURITY="http://security.debian.org/"
-
-SERVER="http://live.debian.net/.live-webbuilder"




More information about the Debian-live-changes mailing list