[Lunar-commits] r18370 - moonbase/trunk/net/net-tools/init.d

Auke Kok sofar at lunar-linux.org
Fri Jan 27 20:31:22 UTC 2006


Author: sofar
Date: 2006-01-27 20:31:21 +0000 (Fri, 27 Jan 2006)
New Revision: 18370

Modified:
   moonbase/trunk/net/net-tools/init.d/netmount
Log:
add nfs4 pseudo filesystem.


Modified: moonbase/trunk/net/net-tools/init.d/netmount
===================================================================
--- moonbase/trunk/net/net-tools/init.d/netmount	2006-01-27 20:29:59 UTC (rev 18369)
+++ moonbase/trunk/net/net-tools/init.d/netmount	2006-01-27 20:31:21 UTC (rev 18370)
@@ -7,13 +7,13 @@
 
 
 start() {
-  mount -t nfs,smbfs -a                              && 
+  mount -t nfs,nfs4,smbfs -a                              && 
     echo -e "Mounting network shares:$RESULT_OK"     ||
     echo -e "Mounting network shares:$RESULT_FAIL"
 }
 
 stop() {
-  umount -t nfs,smbfs -a -f -l                       &&
+  umount -t nfs,nfs4,smbfs -a -f -l                       &&
     echo -e "Unmounting network shares:$RESULT_OK"   ||
     echo -e "Unmounting network shares:$RESULT_FAIL"
 }



More information about the Lunar-commits mailing list