FreeBSD Bugzilla – Attachment 184930 Details for
Bug 221161
devel/staf: stafproc passes a revoked file descriptor to children
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Close stdin when starting stafproc
pr_221161.diff (text/plain), 970 bytes, created by
Alan Somers
on 2017-08-01 22:20:59 UTC
(
hide
)
Description:
Close stdin when starting stafproc
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2017-08-01 22:20:59 UTC
Size:
970 bytes
patch
obsolete
>Index: devel/staf/Makefile >=================================================================== >--- devel/staf/Makefile (revision 447079) >+++ devel/staf/Makefile (working copy) >@@ -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 >Index: devel/staf/files/stafproc.in >=================================================================== >--- devel/staf/files/stafproc.in (revision 447079) >+++ devel/staf/files/stafproc.in (working copy) >@@ -25,7 +25,7 @@ > 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() > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 221161
: 184930