72d0786818
Changes: - added MESSAGE file with post-install instructions - minor cleanups 1.4: ==== - Auto* tools - Initial i18n support (not used yet) - Fixed slow down with some programs using FS_ListFontsWithXInfo - Fixed childs unlinking unix socket when father uid == childs uid - Added an option to specify pidfile location - Added endpwent() to prevent leaking one fd - Changed usage output 1.3.1: ====== - Added --cache description to man page
18 lines
354 B
Bash
18 lines
354 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: xfstt.sh,v 1.5 2003/02/22 13:33:31 salo Exp $
|
|
#
|
|
# PROVIDE: xfstt
|
|
# REQUIRE: DAEMON
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="xfstt"
|
|
rcvar=$name
|
|
command="@PREFIX@/bin/${name}"
|
|
command_args="--user nobody --notcp --daemon"
|
|
pidfile="/var/run/${name}.pid"
|
|
start_precmd="${command} --sync >/dev/null"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|