From d733f93f1ef5fcff3ed6b2d81c044c9f1086f066 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 10 Aug 2015 10:59:09 +0300 Subject: [PATCH] typo fix --- cherokee.init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 cherokee.init diff --git a/cherokee.init b/cherokee.init old mode 100644 new mode 100755 index fc29202..5c533df --- a/cherokee.init +++ b/cherokee.init @@ -6,7 +6,6 @@ # # description: Cherokee is Fast, Flexible and Lightweight Web server # -# $Id$ # Source function library . /etc/rc.d/init.d/functions @@ -43,7 +42,7 @@ configtest() { # wrapper for configtest # with $details = 1 will report ok/fail status to output (status action) -# with $detauls = 0 will silently discard ok output, and with fail exit script with failure +# with $details = 0 will silently discard ok output, and with fail exit script with failure checkconfig() { local details=${1:-0} -- 2.44.0