summary refs log tree commit diff
path: root/FreeBSD/catsitd.in
blob: 7dfa8a840b624fe2ff55d35cf4c9ba5e6aaedf50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

# PROVIDE: catsitd
# REQUIRE: LOGIN
# KEYWORD: shutdown

. /etc/rc.subr

name="catsitd"
rcvar="${name}_enable"
extra_commands="reload"

load_rc_config $name

: ${catsitd_enable:="NO"}

command="%%PREFIX%%/sbin/${name}"
pidfile="/var/run/${name}.pid"
command_args="-p ${pidfile}"

run_rc_command "$1"
d14f933133e555a06f90c8a9640ab&follow=1'>Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe