| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
| |
PR: ports/153296 [1]
Submitted by: Steve Wills <steve@mouf.net> [1], dougb
Lesson learned: Two identical PRs don't make a good patch.
Notes:
svn path=/head/; revision=266631
|
|
|
|
|
|
|
|
|
|
|
| |
- allow custom pid file [1] [2]
PR: ports/84650 [1], ports/152739 [2]
Submitted by: Toshiya SAITOH <toshiya@saitoh.nu> [1],
Frank Wall <fw@moov.de> [2]
Notes:
svn path=/head/; revision=266410
|
|
|
|
|
|
|
| |
Submitted by: koitsu, ed
Notes:
svn path=/head/; revision=262152
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: ports/81915
Submitted by: David Marshall <marshall@chezmarshall.com>
Notes:
svn path=/head/; revision=217836
|
|
|
|
|
|
|
|
|
|
| |
Fix startup script to wait until server is completely up. [1]
PR: ports/122063 [1]
Submitted by: Christopher Sean Hilton <chris@vindaloo.com> [1]
Notes:
svn path=/head/; revision=214455
|
|
|
|
|
|
|
| |
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=191566
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION for mysql-server ports.
Approved by: portmgr (clement)
Notes:
svn path=/head/; revision=157011
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Set the new sequence for finding my.cnf files [2]:
/etc, ${PREFIX}/etc, ${mysql_dbdir}
(default to: /etc/my.cnf, /usr/local/etc/my.cnf, /var/db/mysql/my.cnf)
PR: ports/79166 [1], ports/79597 [2]
Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1],
Vasil Dimov <vd@datamax.bg> [2]
Notes:
svn path=/head/; revision=133014
|
|
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
- Add the possibility to specify additional command-line arguments
to be passed to mysqld_safe on startup
Notes:
svn path=/head/; revision=132637
|