Date: Mon, 09 Apr 2018 15:57:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227205] Adapting the "${name}_limits" variable of various database service scripts to the recent changes in rc.subr (r328331) Message-ID: <bug-227205-7788-J9MbCN61qL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227205-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-227205-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227205 --- Comment #2 from Mateusz Piotrowski <0mp@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 behavio= r in rc scripts. As a result packages installed via pkg will always try to use t= he legacy behavior even if you're running a system with the new _limits behavi= or (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@. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227205-7788-J9MbCN61qL>