summaryrefslogtreecommitdiff
path: root/init.d/swap.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/swap.in')
-rw-r--r--init.d/swap.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/swap.in b/init.d/swap.in
index d99b9b8..a1a931f 100644
--- a/init.d/swap.in
+++ b/init.d/swap.in
@@ -16,7 +16,7 @@ start()
*) swapon -a >/dev/null;;
esac
eend 0 # If swapon has nothing todo it errors, so always return 0
-}
+}
stop()
{
@@ -31,5 +31,5 @@ stop()
NetBSD|OpenBSD) swapctl -U -t noblk >/dev/null;;
*) swapoff -a >/dev/null;;
esac
- eend 0
+ eend 0
}