diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-02-12 20:38:32 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-02-12 20:38:32 +0100 |
commit | 5396bf185157a8a825c19215fb741f93444487ff (patch) | |
tree | 9dcb7c7fad74cf921c22ed5f3eb86809212c978a | |
parent | 6913f1deb61b19ffa62614673794746caed443a7 (diff) | |
parent | 09c8c8ed9fabffe34570099009d81978aa85d899 (diff) |
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/openrc
-rw-r--r-- | init.d/swap.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/swap.in b/init.d/swap.in index fef8ab3e..bd20ffec 100644 --- a/init.d/swap.in +++ b/init.d/swap.in @@ -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 |