[Fai-commit] r3286 - in people/michael/bugfixes/313397: debian examples/simple/files/etc examples/simple/files/etc/ucf.conf

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Mar 9 13:09:05 UTC 2006


Author: michael-guest
Date: 2006-03-09 13:09:04 +0000 (Thu, 09 Mar 2006)
New Revision: 3286

Added:
   people/michael/bugfixes/313397/examples/simple/files/etc/ucf.conf/
   people/michael/bugfixes/313397/examples/simple/files/etc/ucf.conf/FAIBASE
Modified:
   people/michael/bugfixes/313397/debian/changelog
Log:
finally completed the patch for proper ucf support during softupdates


Modified: people/michael/bugfixes/313397/debian/changelog
===================================================================
--- people/michael/bugfixes/313397/debian/changelog	2006-03-09 09:51:28 UTC (rev 3285)
+++ people/michael/bugfixes/313397/debian/changelog	2006-03-09 13:09:04 UTC (rev 3286)
@@ -1,3 +1,10 @@
+fai (2.8.4.michael.1) unstable; urgency=low
+
+  * Added a modified version of ucf.conf to the simple example (closes:
+    #313397)
+
+ -- Michael Tautschnig <tautschn at model.in.tum.de>  Thu, 09 Mar 2006 14:03:09 +0100
+
 fai (2.8.4) unstable; urgency=high
 
   * fix important bug: remove non-US entry (closes: #310392)

Added: people/michael/bugfixes/313397/examples/simple/files/etc/ucf.conf/FAIBASE
===================================================================
--- people/michael/bugfixes/313397/examples/simple/files/etc/ucf.conf/FAIBASE	2006-03-09 09:51:28 UTC (rev 3285)
+++ people/michael/bugfixes/313397/examples/simple/files/etc/ucf.conf/FAIBASE	2006-03-09 13:09:04 UTC (rev 3286)
@@ -0,0 +1,39 @@
+#
+# This file is a bourne shell snippet, and is sourced by the
+# ucf script for configuration.
+#
+
+# Debugging information: The default value is 0 (no debugging
+# information is printed). To change the default behavior, uncomment
+# the following line and set the value to 1.
+#
+# DEBUG=0
+
+# Verbosity: The default value is 0 (quiet). To change the default
+# behavior, uncomment the following line and set the value to 1.
+#
+# VERBOSE=0
+
+
+# The src directory. This is the directory where the historical
+# md5sums for a file are looked for.  Specifically, the historical
+# md5sums are looked for in the subdirectory ${filename}.md5sum.d/
+#
+# conf_source_dir=/some/path/
+
+# Force the installed file to be retained. The default is have this
+# variable unset, which makes the script ask in case of doubt. To
+# change the default behavior, uncomment the following line and set
+# the value to YES
+#
+conf_force_conffold=YES
+
+# Force the installed file to be overridden. The default is have this
+# variable unset, which makes the script ask in case of doubt. To
+# change the default behavior, uncomment the following line and set
+# the value to YES
+#
+# conf_force_conffnew=YES
+
+# Please note that only one of conf_force_conffold and
+# conf_force_conffnew should be set.




More information about the Fai-commit mailing list