- fix comments in carbon's rc-script - checksum change, that was in original PR is rejected, because it fetches fine with old checksums and fails to fetch with new ones. while here: - change etc/carbon to %%ETCDIR%% in pkg-plist - remove unneeded newlines in files/pkg_message.in - add license (AL2) - remove BUILD_DEPENDS (setup.py didn't cheking for it on build phase) - limit python version to 2.x - tab -> space in pkg-descr:WWW - this port depends on twisted both directly and via USE_TWISTED. Since I wasn't able to find which twisted components it actually needed, I just dropped USE_TWISTED and let the port to depend on it via devel/py-twisted meta-port PR: 170920 Submitted by: Chris McCoy <bsdports at wayfair dot com> (maintainer)
17 lines
331 B
Text
17 lines
331 B
Text
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
|
|
This port now includes an rc script:
|
|
|
|
%%PREFIX%%/etc/rc.d/carbon
|
|
|
|
Add:
|
|
|
|
carbon_enable="YES"
|
|
|
|
to /etc/rc.conf, then start it via:
|
|
|
|
%%PREFIX%%/etc/rc.d/carbon start
|
|
|
|
Once started, finish setting up Graphite
|
|
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|