notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: databases/mysql50-server/files/mysql-server.sh.in

Number of commits found: 10

Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
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.
Original commit
Tuesday, 8 Feb 2011
12:49 ale search for other commits by this committer
Update to 5.0.92:
- switch to use USER/GROUP [1]
- allow custom pidfile
- replace CONFLICTS with CONFLICTS_INSTALL

PR:             ports/143384
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Feature safe:   yes
Original commit
Thursday, 30 Sep 2010
09:10 ale search for other commits by this committer
Switch to use daemon(8) in rc script to avoid keeping a tty open.

Submitted by:   koitsu, ed
Original commit
Saturday, 27 Mar 2010
00:15 dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Original commit
Thursday, 24 Sep 2009
14:24 ale search for other commits by this committer
Update to 5.0.86 release:
- wait for mysql to be responsive at startup

Feature safe:   yes
Original commit
Wednesday, 30 Jul 2008
06:11 ale search for other commits by this committer
Make startup script ssh-friendly.

PR:             ports/81915
Submitted by:   David Marshall <marshall@chezmarshall.com>
Original commit
Tuesday, 7 Mar 2006
16:25 ale search for other commits by this committer
Fix rcNG startup ordering for MySQL daemon.
Bump PORTREVISION for mysql-server ports.

Approved by:    portmgr (clement)
Original commit
Monday, 11 Apr 2005
09:31 ale search for other commits by this committer
- 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]
Original commit
Wednesday, 6 Apr 2005
13:38 ale search for other commits by this committer
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
Original commit

Number of commits found: 10