FreeBSD Bugzilla – Attachment 136112 Details for
Bug 181201
[patch] databases/redis - Allow you to set config path from rc.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
new-patch.txt
new-patch.txt (text/plain; charset=windows-1252), 619 bytes, created by
Daniel Ylitalo
on 2014-03-12 22:47:20 UTC
(
hide
)
Description:
new-patch.txt
Filename:
MIME Type:
Creator:
Daniel Ylitalo
Created:
2014-03-12 22:47:20 UTC
Size:
619 bytes
patch
obsolete
>--- /usr/local/etc/rc.d/redis.orig 2014-03-12 23:39:53.000000000 +0100 >+++ /usr/local/etc/rc.d/redis 2014-03-12 23:42:16.000000000 +0100 >@@ -21,14 +21,15 @@ > extra_commands="reload" > > command="/usr/local/bin/redis-server" >-config_file="/usr/local/etc/$name.conf" >-command_args="${config_file}" > pidfile="/var/run/redis/$name.pid" >-required_files="${config_file}" > > # read configuration and set defaults > load_rc_config "$name" > : ${redis_enable="NO"} > : ${redis_user="redis"} >+: ${redis_config="/usr/local/etc/$name.conf"} >+ >+command_args="${redis_config}" >+required_files="${redis_config}" > > 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 Raw
Actions:
View
Attachments on
bug 181201
:
136111
| 136112