[SCM] live-boot branch, debian-next, updated. debian/2.0_a16-1-2-g0b7c04f

Daniel Baumann daniel at debian.org
Mon Aug 9 22:44:25 UTC 2010


The following commit has been merged in the debian-next branch:
commit 0b7c04f82a7345b93c13a26a5fb0e461f227aec8
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Aug 10 00:35:42 2010 +0200

    Moving configs to etc directory within the source tree.

diff --git a/Makefile b/Makefile
index e4150c5..d38a949 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ install:
 	cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot
 
 	mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples
-	cp -r conf/* $(DESTDIR)/usr/share/doc/live-boot/examples
+	cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot/examples
 	# (FIXME)
 
 	# Installing manpages
diff --git a/conf/live-persistence.binds b/etc/live-persistence.binds
similarity index 100%
rename from conf/live-persistence.binds
rename to etc/live-persistence.binds
diff --git a/conf/live-snapshot.exclude_list b/etc/live-snapshot.exclude_list
similarity index 100%
rename from conf/live-snapshot.exclude_list
rename to etc/live-snapshot.exclude_list
diff --git a/conf/live-snapshot.list b/etc/live-snapshot.list
similarity index 100%
rename from conf/live-snapshot.list
rename to etc/live-snapshot.list

-- 
live-boot



More information about the debian-live-changes mailing list