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

Thomas Lange lange at alioth.debian.org
Sat Jul 25 09:40:10 UTC 2009


Author: lange
Date: 2009-07-25 09:40:09 +0000 (Sat, 25 Jul 2009)
New Revision: 5488

Modified:
   trunk/debian/changelog
   trunk/lib/subroutines
Log:
  create /var/run/sshd (needed for ubuntu 9.10)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-07-25 09:40:02 UTC (rev 5487)
+++ trunk/debian/changelog	2009-07-25 09:40:09 UTC (rev 5488)
@@ -7,6 +7,7 @@
     Sebastian Hetze for this patch.
   * subroutines: do not unset the functions task_$taskname after use
     fill task_tests with code, execute tests before task chboot
+    create /var/run/sshd (needed for ubuntu 9.10)
   * fai-class: add string warning to message
   * task_sysinfo: call blkid on all disks
   * fcopy.8: improve info for calling postinst

Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2009-07-25 09:40:02 UTC (rev 5487)
+++ trunk/lib/subroutines	2009-07-25 09:40:09 UTC (rev 5488)
@@ -254,6 +254,7 @@
         }
     
         # start secure shell daemon for remote access
+        mkdir -p /var/run/sshd # ubuntu fix for 9.10
 	[ "$flag_sshd" -a -x /usr/sbin/sshd ] && /usr/sbin/sshd
     fi
     unset flag_createvt flag_sshd




More information about the Fai-commit mailing list