]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- fixed CIFS unmounting
authorArtur Frysiak <artur@frysiak.net>
Thu, 6 Oct 2005 16:08:23 +0000 (16:08 +0000)
committerArtur Frysiak <artur@frysiak.net>
Thu, 6 Oct 2005 16:08:23 +0000 (16:08 +0000)
svn-id: @6429

rc.d/init.d/network

index e6a00097a873b6f11ebb037d6a21e01f374fd459..cd1e569e7ad8a56410829acad7f6a73ff60b0bf2 100644 (file)
@@ -201,7 +201,7 @@ case "$1" in
                then
                        /etc/rc.d/init.d/netfs stop
                else
-                       netmtab=$(awk '{ if ($3 ~ /^(nfs|smbfs|ncpfs)$/ ) print $3}' /proc/mounts)
+                       netmtab=$(awk '{ if ($3 ~ /^(nfs|smbfs|ncpfs|cifs)$/ ) print $3}' /proc/mounts)
                        if (echo "$netmtab" | grep -q nfs); then
                           run_cmd "Unmounting NFS filesystems" umount -fat nfs
                        fi
This page took 0.148855 seconds and 4 git commands to generate.