From cb31b132767db0d67941e4de022f2a21deb3ca74 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 15 Jan 2013 12:36:12 -0600 Subject: typo fix --- sh/runscript.sh.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index 237186a..f953afb 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -161,9 +161,9 @@ start() stop() { - local startcommand="$(rc_service_get "command")" - local startpidfile="$(rc_service_get "pidfile")" - local startprocname="$(rc_service_get "procname")" + local startcommand="$(service_get_value "command")" + local startpidfile="$(service_get_value "pidfile")" + local startprocname="$(service_get_value "procname")" command="${startcommand:-$command}" pidfile="${startpidfile:-$pidfile}" procname="${startprocname:-$procname}" -- cgit v1.2.3