FreeBSD Bugzilla – Attachment 187193 Details for
Bug 223027
[patch] net/gnatsd: Improve rc script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
gnatsd.diff (text/plain), 831 bytes, created by
Romain Tartière
on 2017-10-15 11:25:53 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Romain Tartière
Created:
2017-10-15 11:25:53 UTC
Size:
831 bytes
patch
obsolete
>Index: files/gnatsd.sh.in >=================================================================== >--- files/gnatsd.sh.in (revision 452135) >+++ files/gnatsd.sh.in (working copy) >@@ -7,7 +7,7 @@ > # > # gnatsd_enable (bool): Set it to "YES" to enable gnatsd server. > # Default is "NO". >-# gnatsd_username: User name to run as. default "nobody" >+# gnatsd_user: User name to run as. default "nobody" > # gnatsd_options: Options to pass gnatsd server > # > >@@ -18,11 +18,11 @@ > > load_rc_config ${name} > : ${gnatsd_enable="NO"} >-: ${gnatsd_username="nobody"} >+: ${gnatsd_user="nobody"} > : ${gnatsd_options="-c %%PREFIX%%/etc/gnatsd.conf"} > > command=/usr/sbin/daemon > procname=%%PREFIX%%/bin/gnatsd >-command_args="-u ${gnatsd_username} ${procname} ${gnatsd_options}" >+command_args="${procname} ${gnatsd_options}" > > run_rc_command "$1"
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 223027
: 187193