[Lunar-commits] lunar-init: garr .. should've taken care of mount as well. Anyway, version

Moritz Heiber moe at lunar-linux.org
Tue Dec 4 13:53:54 CET 2007


commit bb05b999d312448fd9c0ddf4316e8f9e725f5fd1
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Tue Dec 4 13:53:31 2007 +0100

    lunar-init: garr .. should've taken care of mount as well. Anyway, version
    bump to 0.1.1 with cifs support now.
---
 utils/lunar-init/DETAILS |    4 ++--
 utils/lunar-init/mount   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/utils/lunar-init/DETAILS b/utils/lunar-init/DETAILS
index ef99ecc..79226d4 100644
--- a/utils/lunar-init/DETAILS
+++ b/utils/lunar-init/DETAILS
@@ -1,8 +1,8 @@
           MODULE=lunar-init
-         VERSION=0.1
+         VERSION=0.1.1
         WEB_SITE=http://lunar-linux.org
          ENTERED=20070404
-         UPDATED=20070926
+         UPDATED=20071204
            SHORT="the Lunar init scripts vital to any system"
          PROFILE=yes
 
diff --git a/utils/lunar-init/mount b/utils/lunar-init/mount
index 6f59717..d98e3fe 100644
--- a/utils/lunar-init/mount
+++ b/utils/lunar-init/mount
@@ -270,7 +270,7 @@ start()
 		esac
 
 		case $FSTYPE in
-			nfs|nfs4|smbfs)    # we don't do networked fs's yet!
+			nfs|nfs4|smbfs|cifs)   # we don't do networked fs's yet!
 				continue
 				;;
 		esac
@@ -302,7 +302,7 @@ stop()
 	cat $MOUNTS | tac | while read TYPE PNT FS REST ; do
 	
 		case $FS in
-			nfs|nfs4|smbfs) # we don't do net filesystems
+			nfs|nfs4|smbfs|cifs) # we don't do net filesystems
 				continue
 				;;
 		esac


More information about the Lunar-commits mailing list