mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Allow the process name to be in square brackets ([]) in _find_processes().
PR: conf/82430 Submitted by: Pavel Volkov pol at iib dot ru MFC after: 1 week
This commit is contained in:
parent
05490142bb
commit
2e169ae820
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ _find_processes()
|
|||
_procnamebn=${_procname##*/}
|
||||
_fp_args='_arg0 _argv'
|
||||
_fp_match='case "$_arg0" in
|
||||
$_procname|$_procnamebn|${_procnamebn}:|"(${_procnamebn})")'
|
||||
$_procname|$_procnamebn|${_procnamebn}:|"(${_procnamebn})"|"[${_procnamebn}]")'
|
||||
fi
|
||||
|
||||
_proccheck='
|
||||
|
|
|
|||
Loading…
Reference in a new issue