summaryrefslogtreecommitdiff
path: root/x11/xfstt/files
diff options
context:
space:
mode:
authorsalo <salo>2003-02-22 13:33:31 +0000
committersalo <salo>2003-02-22 13:33:31 +0000
commit93d52b23e67d814b961a8b0b6af3451de9980038 (patch)
tree02d1f82f613887f5e32e83d0a4a41de59209a984 /x11/xfstt/files
parent75f555ba4492754dc5ffa5df6b15a4552988ee2f (diff)
downloadpkgsrc-93d52b23e67d814b961a8b0b6af3451de9980038.tar.gz
Updated to version 1.4.
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
Diffstat (limited to 'x11/xfstt/files')
-rw-r--r--x11/xfstt/files/xfstt.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfstt/files/xfstt.sh b/x11/xfstt/files/xfstt.sh
index 6935f8b99c4..08c7e87b54b 100644
--- a/x11/xfstt/files/xfstt.sh
+++ b/x11/xfstt/files/xfstt.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: xfstt.sh,v 1.4 2002/09/29 12:58:37 wiz Exp $
+# $NetBSD: xfstt.sh,v 1.5 2003/02/22 13:33:31 salo Exp $
#
# PROVIDE: xfstt
# REQUIRE: DAEMON
@@ -8,6 +8,7 @@
. /etc/rc.subr
name="xfstt"
+rcvar=$name
command="@PREFIX@/bin/${name}"
command_args="--user nobody --notcp --daemon"
pidfile="/var/run/${name}.pid"