From 09c8c8ed9fabffe34570099009d81978aa85d899 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 12 Feb 2012 12:38:37 -0600 Subject: Fix typo in swap script --- init.d/swap.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/swap.in') 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 -- cgit v1.2.3