diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-23 14:17:14 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-23 14:17:14 -0500 |
commit | 0a76627345a173fc00be9864f3f3f5c3b15319cd (patch) | |
tree | dc7988c21d97e5947111d765fe9bc84afbaf8a2c /init.d | |
parent | bbf98befb86337a36ef5af7f273e503a6de4b9bd (diff) |
init.d/swap: remove the case for linux
I am removing the separate case for Linux, because we are droppping the
"-e" switch.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/swap.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |