diff options
Diffstat (limited to 'x11/xfstt/files')
-rw-r--r-- | x11/xfstt/files/xfstt.sh | 3 |
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" |