From 02b69fbe4f74c0faa0f09cc762762f3c34149201 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 8 Oct 2023 15:38:04 -0400 Subject: Clean things up somewhat --- rc_script.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rc_script.in (limited to 'rc_script.in') diff --git a/rc_script.in b/rc_script.in new file mode 100644 index 0000000..b18db96 --- /dev/null +++ b/rc_script.in @@ -0,0 +1,9 @@ +#!/bin/ksh + +daemon="%%PREFIX%%/sbin/kitd -n ${0##*/}" + +. /etc/rc.d/rc.subr + +pexp="kitd: ${0##*/}" + +rc_cmd $1 -- cgit 1.4.1