[Fai-commit] r4230 - trunk/lib

Thomas Lange lange at alioth.debian.org
Wed Feb 7 22:36:53 CET 2007


Author: lange
Date: 2007-02-07 22:36:53 +0100 (Wed, 07 Feb 2007)
New Revision: 4230

Modified:
   trunk/lib/fai-mount-disk
   trunk/lib/mount2dir
Log:
make script a bash script (closes: #410084)


Modified: trunk/lib/fai-mount-disk
===================================================================
--- trunk/lib/fai-mount-disk	2007-02-07 21:18:58 UTC (rev 4229)
+++ trunk/lib/fai-mount-disk	2007-02-07 21:36:53 UTC (rev 4230)
@@ -1,7 +1,7 @@
-#! /bin/sh
+#! /bin/bash
 
 # $Id$
-# Copyright (c) 2002-2006 by Thomas Lange
+# Copyright (c) 2002-2007 by Thomas Lange
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 fstab_mount() {

Modified: trunk/lib/mount2dir
===================================================================
--- trunk/lib/mount2dir	2007-02-07 21:18:58 UTC (rev 4229)
+++ trunk/lib/mount2dir	2007-02-07 21:36:53 UTC (rev 4230)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 # $Id$
 #*********************************************************************
@@ -6,7 +6,7 @@
 # mount2dir -- mount partitions to a directory using a fstab file
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 2001-2006 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2001-2007 by Thomas Lange, lange at informatik.uni-koeln.de
 # Universitaet zu Koeln
 #
 #*********************************************************************




More information about the Fai-commit mailing list