aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/staf/Makefile2
-rw-r--r--devel/staf/files/stafproc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/staf/Makefile b/devel/staf/Makefile
index e02c83fc659d..2f810f07c883 100644
--- a/devel/staf/Makefile
+++ b/devel/staf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= staf
PORTVERSION= 3.4.23
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/V${PORTVERSION}
DISTNAME= STAF${PORTVERSION:S/.//g}-src
diff --git a/devel/staf/files/stafproc.in b/devel/staf/files/stafproc.in
index 8e9782e2eb8d..31b728c8313f 100644
--- a/devel/staf/files/stafproc.in
+++ b/devel/staf/files/stafproc.in
@@ -25,7 +25,7 @@ pidfile="/var/run/${name}/${name}.pid"
start_precmd="stafproc_precmd"
procname="%%PREFIX%%/bin/STAFProc"
command="/usr/sbin/daemon"
-command_args="-p ${pidfile} env PATH=$PATH:%%PREFIX%%/bin ${procname} ${stafproc_config} >> ${stafproc_log} 2>&1"
+command_args="-p ${pidfile} env PATH=$PATH:%%PREFIX%%/bin ${procname} ${stafproc_config} < /dev/null >> ${stafproc_log} 2>&1"
stafproc_precmd()
{