summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/files/mysql-server.sh.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-75/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* Fix startup script and bump PORTREVISION.Alex Dupre2010-12-201-3/+2
| | | | | | | | | 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
* Update to 5.1.54 release:Alex Dupre2010-12-161-2/+4
| | | | | | | | | | | - 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
* Switch to use daemon(8) in rc script to avoid keeping a tty open.Alex Dupre2010-09-301-2/+2
| | | | | | | Submitted by: koitsu, ed Notes: svn path=/head/; revision=262152
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Make startup script ssh-friendly.Alex Dupre2008-07-301-1/+1
| | | | | | | | PR: ports/81915 Submitted by: David Marshall <marshall@chezmarshall.com> Notes: svn path=/head/; revision=217836
* Update to 5.1.25-rc release.Alex Dupre2008-06-071-0/+11
| | | | | | | | | | 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
* Update to 5.1.18 release and drop support for FreeBSD < 5.Alex Dupre2007-05-201-1/+1
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=191566
* Fix rcNG startup ordering for MySQL daemon.Alex Dupre2006-03-071-2/+1
| | | | | | | | | Bump PORTREVISION for mysql-server ports. Approved by: portmgr (clement) Notes: svn path=/head/; revision=157011
* - Use the rcNG script to kill MySQL on deinstallation [1]Alex Dupre2005-04-111-1/+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] Notes: svn path=/head/; revision=133014
* Update to 5.0.3 release:Alex Dupre2005-04-061-0/+64
- 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