Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/openrc

This commit is contained in:
Christian Ruppert 2012-02-12 20:38:32 +01:00
commit 5396bf1851

View File

@ -23,7 +23,7 @@ stop()
ebegin "Deactivating swap devices"
# Try to unmount all tmpfs filesystems not in use, else a deadlock may
# occure. As $RC_SVCDIR may also be tmpfs we cd to it to lock it
# occur. As $RC_SVCDIR may also be tmpfs we cd to it to lock it
cd "$RC_SVCDIR"
umount -a -t tmpfs 2>/dev/null