[Fai-commit] r3092 - in trunk: debian lib

fai-repository at svn.debian.org fai-repository at svn.debian.org
Wed Nov 23 21:58:10 UTC 2005


Author: lange
Date: 2005-11-23 21:58:09 +0000 (Wed, 23 Nov 2005)
New Revision: 3092

Modified:
   trunk/debian/changelog
   trunk/lib/subroutines
Log:
new stamp file name when action is softupdate


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-11-23 21:56:40 UTC (rev 3091)
+++ trunk/debian/changelog	2005-11-23 21:58:09 UTC (rev 3092)
@@ -22,12 +22,13 @@
     (closes: #328139)
   * fai-do-scripts: do not execute S[0-9][0-9]* any more (closes: #310999)
   * fcopy: add preinst support, ignore .svn dirs (closes: #297550), do
-    chroot before using getpwnam (closes: #283475)
+    chroot before using getpwnam (closes: #283475), add option -U
   * fai-guide.sgml: include README.disk_config into fai guide, minor
     fixes, (closes: #332295, #332318, #332293, #332291)
   * make-fai-nfsroot: use --one-file-system instead of -l (closes: #308806),
     new test if ssh package is installed (closes: #322759) 
-  * subroutines: test if hooks are executable (closes: #338524)
+  * subroutines: test if hooks are executable (closes: #338524), new stamp
+    file name when action is softupdate
   * make-fai-bootfloppy: fix code for -i when using a relative path
     (closes: #314551), add option -I (closes: #337271)
   * FAIBASE/10-misc: with the new fai-kernels package we can call tune2fs

Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2005-11-23 21:56:40 UTC (rev 3091)
+++ trunk/lib/subroutines	2005-11-23 21:58:09 UTC (rev 3092)
@@ -427,6 +427,8 @@
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 task_softupdate() {
 
+    local stamp=/var/run/fai/fai_softupdate_is_running
+
     > $stamp
 
     save_dmesg




More information about the Fai-commit mailing list