Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
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.
2012-01-14 08:57:23 +00:00
Alex Dupre
87c875c263
Fix startup script and bump PORTREVISION.
...
PR: ports/153296 [1]
Submitted by: Steve Wills <steve@mouf.net> [1], dougb
Lesson learned: Two identical PRs don't make a good patch.
2010-12-20 08:57:57 +00:00
Alex Dupre
d1ca5d12f3
Update to 5.1.54 release:
...
- 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]
2010-12-16 08:27:58 +00:00
Alex Dupre
569dca908a
Switch to use daemon(8) in rc script to avoid keeping a tty open.
...
Submitted by: koitsu, ed
2010-09-30 09:10:49 +00:00
Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Alex Dupre
71e1e1936f
Make startup script ssh-friendly.
...
PR: ports/81915
Submitted by: David Marshall <marshall@chezmarshall.com>
2008-07-30 06:11:16 +00:00
Alex Dupre
acd00046b3
Update to 5.1.25-rc release.
...
Fix startup script to wait until server is completely up. [1]
PR: ports/122063 [1]
Submitted by: Christopher Sean Hilton <chris@vindaloo.com> [1]
2008-06-07 08:33:50 +00:00
Alex Dupre
c1d34f294d
Update to 5.1.18 release and drop support for FreeBSD < 5.
...
Approved by: portmgr (linimon)
2007-05-20 08:31:37 +00:00
Alex Dupre
8140074797
Fix rcNG startup ordering for MySQL daemon.
...
Bump PORTREVISION for mysql-server ports.
Approved by: portmgr (clement)
2006-03-07 16:25:01 +00:00
Alex Dupre
9fa3b2eaeb
- Use the rcNG script to kill MySQL on deinstallation [1]
...
- 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]
2005-04-11 09:31:05 +00:00
Alex Dupre
bd1e850d72
Update to 5.0.3 release:
...
- 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
2005-04-06 13:38:29 +00:00