[oe-commits] org.oe.dreambox initscripts-1.0: also unmount cifs in umountnfs.sh

tmbinc commit oe at amethyst.openembedded.net
Mon Mar 17 08:50:05 UTC 2008


initscripts-1.0: also unmount cifs in umountnfs.sh

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 8e44d1911da4e25eb6e22d5e24715d4d6402de6a
ViewMTN: http://monotone.openembedded.org/revision/info/8e44d1911da4e25eb6e22d5e24715d4d6402de6a
Files:
1
packages/initscripts/initscripts-1.0/umountnfs.sh
Diffs:

#
# mt diff -rf6a9247074c19fe0dc47200e631e82de8d2bbb27 -r8e44d1911da4e25eb6e22d5e24715d4d6402de6a
#
#
#
# patch "packages/initscripts/initscripts-1.0/umountnfs.sh"
#  from [984268226ea86a5e2f06ca8cec381c806f100bf3]
#    to [e18b8087cbf689f2f007338695d10b844ab6cd8f]
#
============================================================
--- packages/initscripts/initscripts-1.0/umountnfs.sh	984268226ea86a5e2f06ca8cec381c806f100bf3
+++ packages/initscripts/initscripts-1.0/umountnfs.sh	e18b8087cbf689f2f007338695d10b844ab6cd8f
@@ -17,7 +17,7 @@ do
 #
 while read device mountpt fstype options
 do
-	if test "$fstype" = nfs ||  test "$fstype" = smbfs ||  test "$fstype" = ncpfs
+	if test "$fstype" = nfs ||  test "$fstype" = smbfs ||  test "$fstype" = ncpfs || test "$fstype" = cifs
 	then
 		umount -f $mountpt
 	fi






More information about the Openembedded-commits mailing list