FreeBSD Bugzilla – Attachment 212468 Details for
Bug 244868
security/ruby-bitwarden Add option to specify custom host for ruby-bitwarden
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff of files/rubywarden-api.in
rubywarden-0.0.0.20190207_1.diff (text/plain), 815 bytes, created by
Frieder Griesshammer
on 2020-03-17 20:07:24 UTC
(
hide
)
Description:
svn diff of files/rubywarden-api.in
Filename:
MIME Type:
Creator:
Frieder Griesshammer
Created:
2020-03-17 20:07:24 UTC
Size:
815 bytes
patch
obsolete
>Index: files/rubywarden-api.in >=================================================================== >--- files/rubywarden-api.in (revision 528599) >+++ files/rubywarden-api.in (working copy) >@@ -20,6 +20,7 @@ > load_rc_config ${name} > > : ${rubywarden_api_enable:=NO} >+: ${rubywarden_api_host:=localhost} > : ${rubywarden_api_port:=4567} > : ${rubywarden_api_signups:=NO} > : ${rubywarden_api_user:=www} >@@ -29,7 +30,7 @@ > pidfile="/var/run/rubywarden/${name}.pid" > procname=%%RUBY_WITH_SUFFIX%% > command="%%PREFIX%%/bin/rackup" >-command_args="-P ${pidfile} -p ${rubywarden_api_port} -E production config.ru 2>&1 | logger -t rubywarden &" >+command_args="-P ${pidfile} -o ${rubywarden_api_host} -p ${rubywarden_api_port} -E production config.ru 2>&1 | logger -t rubywarden &" > start_precmd="start_precmd" > > start_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
Actions:
View
|
Diff
Attachments on
bug 244868
: 212468