diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-29 12:58:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-29 12:58:37 +0000 |
commit | 3ea8862051c444bb335f2ebc99e84009584e8db3 (patch) | |
tree | 21518d03c5c8a3e56cded02627d0eecfb095c3bb /x11/xfstt | |
parent | f23247d232435332cf4b106df7c030ed09f868f0 (diff) | |
download | pkgsrc-3ea8862051c444bb335f2ebc99e84009584e8db3.tar.gz |
Two fixes from Urban Boquist. Closes PR 18197.
Diffstat (limited to 'x11/xfstt')
-rw-r--r-- | x11/xfstt/Makefile | 4 | ||||
-rw-r--r-- | x11/xfstt/files/xfstt.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index 00ea3c90e7c..c0d4bdc7ec3 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/09/27 17:03:21 grant Exp $ +# $NetBSD: Makefile,v 1.11 2002/09/29 12:58:37 wiz Exp $ # DISTNAME= xfstt_1.3 @@ -16,7 +16,7 @@ MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" USE_X11BASE= YES USE_GMAKE= YES -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} RCD_SCRIPTS= xfstt diff --git a/x11/xfstt/files/xfstt.sh b/x11/xfstt/files/xfstt.sh index 74bf3eeca8d..6935f8b99c4 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.3 2002/09/27 14:47:06 grant Exp $ +# $NetBSD: xfstt.sh,v 1.4 2002/09/29 12:58:37 wiz Exp $ # # PROVIDE: xfstt # REQUIRE: DAEMON @@ -9,7 +9,7 @@ name="xfstt" command="@PREFIX@/bin/${name}" -command_flags="--user nobody --notcp --daemon &" +command_args="--user nobody --notcp --daemon" pidfile="/var/run/${name}.pid" start_precmd="${command} --sync >/dev/null" |