diff options
author | June McEnroe <june@causal.agency> | 2019-03-28 15:49:06 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-03-28 15:49:06 -0400 |
commit | 314f73c06db8b16375a8c48646417db75564f248 (patch) | |
tree | abd2ca6c206eaf2b01fa7915e71b4006d86d11e5 | |
parent | Reformat index.html with explore link (diff) | |
download | torus-314f73c06db8b16375a8c48646417db75564f248.tar.gz torus-314f73c06db8b16375a8c48646417db75564f248.zip |
Remove rc.kfcgi
I sent a better version of it to the port maintainer and it is now in the ports tree.
-rw-r--r-- | rc.kfcgi | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/rc.kfcgi b/rc.kfcgi deleted file mode 100644 index 6baa122..0000000 --- a/rc.kfcgi +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# PROVIDE: kfcgi -# REQUIRE: LOGIN -# KEYWORD: shutdown - -. /etc/rc.subr - -name=kfcgi -rcvar=kfcgi_enable -load_rc_config ${name} - -: ${kfcgi_enable:=NO} -kfcgi_flags="${kfcgi_flags} -- ${kfcgi_prog}" - -command=/usr/local/sbin/kfcgi - -run_rc_command "$1" |