[Bug 227205] Adapting the "${name}_limits" variable of various database service scripts to the recent changes in rc.subr (r328331)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 9 15:57:05 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227205
--- Comment #2 from Mateusz Piotrowski <0mp at FreeBSD.org> ---
Please do not merge those patches just yet. Although the patches are fine if
one's building from source it is not a good solution for prebuilt packages
installable via pkg. FreeBSD machines building packages for pkg are going to
run 11.1 for at least 2 months, which results in the legacy _limits behavior in
rc scripts. As a result packages installed via pkg will always try to use the
legacy behavior even if you're running a system with the new _limits behavior
(11-STABLE, 12-CURRENT and soon 11.2).
The solution is to detect which _limits behavior to use during runtime. We are
working on this together with kevans at .
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list