[Fai-commit] r5335 - in trunk: bin debian

Thomas Lange lange at alioth.debian.org
Thu Apr 16 13:07:16 UTC 2009


Author: lange
Date: 2009-04-16 13:07:16 +0000 (Thu, 16 Apr 2009)
New Revision: 5335

Modified:
   trunk/bin/fai
   trunk/debian/changelog
   trunk/debian/fai-client.dirs
   trunk/debian/fai-server.dirs
Log:
in a file called class/*.var (closes: #515139),
create /var/run/fai (closes: #515775)
* fai-client.dirs, fai-server.dirs: remove /var/run/fai

Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2009-04-16 12:27:48 UTC (rev 5334)
+++ trunk/bin/fai	2009-04-16 13:07:16 UTC (rev 5335)
@@ -46,6 +46,7 @@
     set -o pipefail
 
     umask 022
+    mkdir -p /var/run/fai
     if [ ! -d "$FAI_ETC_DIR" ]; then
 	echo "$FAI_ETC_DIR is not a directory"
 	exit 6

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-04-16 12:27:48 UTC (rev 5334)
+++ trunk/debian/changelog	2009-04-16 13:07:16 UTC (rev 5335)
@@ -28,8 +28,10 @@
   * fai-mirror: check if -C was used, (thanks to James Richardson for the
     patch) (closes: #523625), fixing informal message (closes: #516385)
   * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
-    in a file called class/*.var (closes: #515139)
-  
+    in a file called class/*.var (closes: #515139),
+    create /var/run/fai (closes: #515775)
+  * fai-client.dirs, fai-server.dirs: remove /var/run/fai
+
   [ Michael Tautschnig ]
   * setup-storage: Bumped version number to 1.0.4
   * setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay

Modified: trunk/debian/fai-client.dirs
===================================================================
--- trunk/debian/fai-client.dirs	2009-04-16 12:27:48 UTC (rev 5334)
+++ trunk/debian/fai-client.dirs	2009-04-16 13:07:16 UTC (rev 5335)
@@ -1,3 +1,2 @@
-var/run/fai
 usr/lib/fai
 usr/share/doc/fai-client

Modified: trunk/debian/fai-server.dirs
===================================================================
--- trunk/debian/fai-server.dirs	2009-04-16 12:27:48 UTC (rev 5334)
+++ trunk/debian/fai-server.dirs	2009-04-16 13:07:16 UTC (rev 5335)
@@ -1,4 +1,3 @@
-var/run/fai/make-fai-nfsroot
 var/log/fai
 etc/fai/apt
 usr/bin




More information about the Fai-commit mailing list