From 0a76627345a173fc00be9864f3f3f5c3b15319cd Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 23 Sep 2016 14:17:14 -0500 Subject: [PATCH] init.d/swap: remove the case for linux I am removing the separate case for Linux, because we are droppping the "-e" switch. --- init.d/swap.in | 1 - 1 file changed, 1 deletion(-) diff --git a/init.d/swap.in b/init.d/swap.in index c030ad80..63087e86 100644 --- a/init.d/swap.in +++ b/init.d/swap.in @@ -19,7 +19,6 @@ start() { ebegin "Activating swap devices" case "$RC_UNAME" in - Linux) swapon -a -e >/dev/null;; NetBSD|OpenBSD) swapctl -A -t noblk >/dev/null;; *) swapon -a >/dev/null;; esac