From f2c2e2dd5a5e0a22da4dcabea6615d0f4697a962 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 27 Jul 2016 14:09:24 -0500 Subject: [PATCH] init.d/sysctl.in: typo fix --- init.d/sysctl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/sysctl.in b/init.d/sysctl.in index 05f5c4c1..cb756f3a 100644 --- a/init.d/sysctl.in +++ b/init.d/sysctl.in @@ -49,7 +49,7 @@ start() local rc=0 ebegin "Configuring kernel parameters" - case $RC_UNAME" in + case "$RC_UNAME" in *BSD|GNU) BSD_sysctl; rc=$? ;; Linux) Linux_sysctl; rc=$? ;; esac