FreeBSD Bugzilla – Attachment 135941 Details for
Bug 181043
[patch] databases/py-carbon: Enhance the init script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-carbon.patch
py-carbon.patch (text/plain), 754 bytes, created by
Brad Davis
on 2013-08-05 04:20:00 UTC
(
hide
)
Description:
py-carbon.patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2013-08-05 04:20:00 UTC
Size:
754 bytes
patch
obsolete
>Index: databases/py-carbon/files/carbon.in >=================================================================== >--- databases/py-carbon/files/carbon.in (revision 324248) >+++ databases/py-carbon/files/carbon.in (working copy) >@@ -41,6 +41,7 @@ > > status_cmd="${name}_status" > stop_cmd="${name}_stop" >+required_files="${carbon_conf} /usr/local/etc/carbon/storage-schemas.conf" > > command_interpreter="/usr/local/bin/python2.7" > command="/usr/local/bin/carbon-cache.py" >@@ -48,8 +49,10 @@ > > carbon_stop() { > echo "Stopping $name" >+ pids=`check_pidfile ${carbon_pidfile} ${command} ${command_interpreter}` > > /usr/local/bin/carbon-cache.py --config=${carbon_conf} --pidfile ${carbon_pidfile} stop >+ wait_for_pids ${pids} > } > > carbon_status() {
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 181043
: 135941