[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-40-g8c7a2ed

Chris Lamb lamby at debian.org
Wed Oct 22 19:18:00 UTC 2008


The following commit has been merged in the master branch:
commit d14fa7ba5d9f92cdb07de213914899da056b8879
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Oct 22 20:09:11 2008 +0100

    Add utility to dump all conffiles to stdout.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/functions/conffile.sh b/functions/conffile.sh
index aa12fc5..a45f6b5 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -43,3 +43,13 @@ Read_conffile ()
 		fi
 	done
 }
+
+Print_conffiles () {
+	for CONFFILE in Get_conffiles "${@}"
+	do
+		if [ -f "${CONFFILE}" ]
+		then
+			Echo_file "${CONFFILE}"
+		fi
+	done
+}

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list