diff options
-rw-r--r-- | init.d/sysctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |