FreeBSD Bugzilla – Attachment 219970 Details for
Bug 251384
sysutils/nomad: Update to 0.12.9 and fix startup script when debug is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
nomad.diff (text/plain), 773 bytes, created by
Brad Davis
on 2020-11-25 17:00:50 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2020-11-25 17:00:50 UTC
Size:
773 bytes
patch
obsolete
>Index: sysutils/nomad/files/nomad.in >=================================================================== >--- sysutils/nomad/files/nomad.in (revision 556228) >+++ sysutils/nomad/files/nomad.in (working copy) >@@ -40,7 +40,7 @@ > procname="%%PREFIX%%/bin/nomad" > command="/usr/sbin/daemon" > nomad_command="/usr/bin/env ${nomad_env} ${procname} agent -data-dir=${nomad_dir} ${nomad_args}" >-command_args="-f -p ${pidfile} ${nomad_command}" >+command_args="-f -t ${name} -p ${pidfile} ${nomad_command}" > > start_precmd=nomad_startprecmd > >@@ -54,7 +54,7 @@ > install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir} > fi > if [ "${nomad_debug}" != "NO" ]; then >- command_args="-S -T ${name} -p ${pidfile} ${nomad_command}" >+ command_args="-T ${name} ${command_args}" > fi > } >
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 251384
:
219970
|
220018
Working