]> hackdaworld.org Git - hdw-linux/hdw-linux.git/blobdiff - misc/sysfiles/etc/init.d/down
copy ssl helper scripts
[hdw-linux/hdw-linux.git] / misc / sysfiles / etc / init.d / down
index bca54fcea5084471732f973554decb8a4b827ee4..a93bca07fd82b1ae8ef4a5282664d10f83ff5d04 100755 (executable)
@@ -69,8 +69,8 @@ else
 
        echo "shutting down udev ..."
        /etc/init.d/udev stop
-       umount /dev/pts
-       umount /dev/shm
+       umount /dev/pts ; rm -rf /dev/pts
+       umount /dev/shm ; rm -rf /dev/shm
        umount /dev
 
        echo "unmounting remaining file systems ..."