[Debconf-video-commits] r218 - in package/trunk: debian doc

holger at alioth.debian.org holger at alioth.debian.org
Thu Aug 7 22:44:40 UTC 2008


Author: holger
Date: 2008-08-07 22:44:39 +0000 (Thu, 07 Aug 2008)
New Revision: 218

Modified:
   package/trunk/debian/changelog
   package/trunk/doc/README
Log:
Add a section in the README about passwords in config files and deployment
with FAI.

Modified: package/trunk/debian/changelog
===================================================================
--- package/trunk/debian/changelog	2008-08-07 22:34:59 UTC (rev 217)
+++ package/trunk/debian/changelog	2008-08-07 22:44:39 UTC (rev 218)
@@ -6,6 +6,10 @@
   * Turned dc-make-rss into dc-publish which does the uploading too
   * Added a README and updated TODO.
 
+  [ Holger Levsen ]
+  * Add a section in the README about passwords in config files and deployment
+    with FAI.
+
  -- Holger Levsen <holger at debian.org>  Thu, 07 Aug 2008 19:34:09 -0300
 
 debconf-video (8.0~dc8+6) etch; urgency=low

Modified: package/trunk/doc/README
===================================================================
--- package/trunk/doc/README	2008-08-07 22:34:59 UTC (rev 217)
+++ package/trunk/doc/README	2008-08-07 22:44:39 UTC (rev 218)
@@ -95,3 +95,21 @@
 Media RSS document listing the published files in 'low' target format.
 
 Use this on the storage host.
+
+using /etc/default/debconf-video.passwd
+---------------------------------------
+
+/etc/default/debconf-video needs to contain passwords, which we don't
+want to keep world readable in SVN. It also needs to be different on
+each machine depending on the task of the machine. 
+
+Therefore the config files are kept in conf/dc8/default-$HOSTNAME with
+placeholders for the passwords. Using FAI they are copied to 
+/etc/default/debconf-video and the correct passwords are put into the 
+files. To make this possible a file /etc/default/debconf-video.passwd
+needs to be created manually once on the machines. The file is sourced
+by FAI so it needs to have valid shell syntax:
+
+### begin /etc/default/debconf-video.passwd example:
+export ICECAST_PASS=fubar
+### end




More information about the Debconf-video-commits mailing list