FreeBSD Bugzilla – Attachment 184994 Details for
Bug 221203
rc.subr fails to recognize daemons using interpreters when they use setproctitle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
rc.subr.diff (text/plain), 493 bytes, created by
Mathieu Arnold
on 2017-08-03 14:44:39 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2017-08-03 14:44:39 UTC
Size:
493 bytes
patch
obsolete
>diff --git etc/rc.subr etc/rc.subr >index 3c66ee9..c878f23 100644 >--- etc/rc.subr >+++ etc/rc.subr >@@ -340,7 +340,7 @@ _find_processes() > _interpbn=${1##*/} > _fp_args='_argv' > _fp_match='case "$_argv" in >- ${_interp}|"${_interp} "*|"[${_interpbn}]"|"${_interpbn}: ${_procname}"*)' >+ ${_interp}|"${_interp} "*|"[${_interpbn}]"|"${_interpbn}: ${_procname}"*|${_procname##*/}*"(${_interpbn})")' > else # a normal daemon > _procnamebn=${_procname##*/} > _fp_args='_arg0 _argv'
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
Actions:
View
|
Diff
Attachments on
bug 221203
: 184994 |
184995
|
184996