diff options
Diffstat (limited to 'x11')
-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" |