| Summary: | update of mysql server start/stop scripts according to rc ng | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | andreas <andreas> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
andreas
2004-07-19 10:20:15 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale@FreeBSD.org assigned to maintainer Andreas Klemm wrote: > . /etc/rc.subr This will fail on 4.x > mysql_command=/usr/local/bin/mysqld_safe This is not PREFIX safe. -Oliver Responsible Changed From-To: ale@FreeBSD.org->ale remove @FreeBSD.org The port needs to set USE_RC_SUBR in the Makefile, and then you need
to replace /etc/rc.subr with %%RC_SUBR%%. As well as fix the Makefile
to replace %%RC_SUBR%% with the value in ${RC_SUBR}.
State Changed From-To: open->closed A completely different script has been committed, but the goal is the same, thanks :) |