summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rc.d/calico4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/calico b/rc.d/calico
index 583b65b..6d5b022 100644
--- a/rc.d/calico
+++ b/rc.d/calico
@@ -14,7 +14,7 @@ load_rc_config "${name}"
 : ${calico_enable:="NO"}
 
 command='/usr/sbin/daemon'
-child_command='/usr/local/bin/calico'
+procname='/usr/local/bin/calico'
 pidfile="/var/run/${name}.pid"
 
 child_flags=$calico_flags
@@ -22,6 +22,6 @@ child_user=$calico_user
 unset calico_flags calico_user
 command_args="\
 	-p ${pidfile} -T ${name} ${child_user:+-u ${child_user}} \
-	-- ${child_command} ${child_flags}"
+	-- ${procname} ${child_flags}"
 
 run_rc_command "$1"
> 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe