[Bug 209059] databases/opentsdb: rc script should allow JVMARGS to be set in rc.conf
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 26 01:12:00 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209059
Johannes Jost Meixner <xmj at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xmj at FreeBSD.org
--- Comment #1 from Johannes Jost Meixner <xmj at FreeBSD.org> ---
Something like this should work in the rc.d script:
: ${opentsdb_jvmargs:=$reasonable_default_here}
combined with an export of JVMARGS=$opentsdb_jvmargs before the run_rc_command.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list