diff options
author | June McEnroe <june@causal.agency> | 2023-10-08 15:38:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-08 15:38:04 -0400 |
commit | 02b69fbe4f74c0faa0f09cc762762f3c34149201 (patch) | |
tree | c56c1ef606f4005e05c864c20f4a92c22c9c894b /rc.in | |
parent | Don't treat SIGHUP specially (diff) | |
download | kitd-02b69fbe4f74c0faa0f09cc762762f3c34149201.tar.gz kitd-02b69fbe4f74c0faa0f09cc762762f3c34149201.zip |
Clean things up somewhat
Diffstat (limited to 'rc.in')
-rw-r--r-- | rc.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rc.in b/rc.in deleted file mode 100644 index b18db96..0000000 --- a/rc.in +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/ksh - -daemon="%%PREFIX%%/sbin/kitd -n ${0##*/}" - -. /etc/rc.d/rc.subr - -pexp="kitd: ${0##*/}" - -rc_cmd $1 |