<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/mysql41-server/pkg-plist, branch release/8.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2008-12-30T14:02:23Z</updated>
<entry>
<title>Update to 4.1.25 release.</title>
<updated>2008-12-30T14:02:23Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2008-12-30T14:02:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7dade175b415f54137da54561edddd1b6a129d08'/>
<id>urn:sha1:7dade175b415f54137da54561edddd1b6a129d08</id>
<content type='text'>
PR:		ports/130023
Submitted by:	Eygene Ryabinkin &lt;rea-fbsd@codelabs.ru&gt;
</content>
</entry>
<entry>
<title>Fix previouos commit.</title>
<updated>2007-04-18T06:20:39Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2007-04-18T06:20:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=59247929fbfe0cb9e5203ddeabeaa07c08d7a986'/>
<id>urn:sha1:59247929fbfe0cb9e5203ddeabeaa07c08d7a986</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the new @stopdaemon feature.</title>
<updated>2007-04-18T05:58:40Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2007-04-18T05:58:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=19f6aeb87e6339b094d402716f44975f443f85ad'/>
<id>urn:sha1:19f6aeb87e6339b094d402716f44975f443f85ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 4.1.19</title>
<updated>2006-05-06T20:52:55Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2006-05-06T20:52:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=98710b87f8d633e3a984e4956627341d643ef15f'/>
<id>urn:sha1:98710b87f8d633e3a984e4956627341d643ef15f</id>
<content type='text'>
Approved by:	ale (maintainer)
</content>
</entry>
<entry>
<title>eplace ugly "@unexec rmdir %D... 2&gt;/dev/null || true" with @dirrmtry</title>
<updated>2006-01-22T05:52:28Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-01-22T05:52:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d568611c3eb334453c4a0352b61f081a623d72f1'/>
<id>urn:sha1:d568611c3eb334453c4a0352b61f081a623d72f1</id>
<content type='text'>
Approved by:    krion@
PR:             ports/88711 (related)
</content>
</entry>
<entry>
<title>Replace ugly "@unexec rmdir %D... 2&gt;/dev/null || true" with @dirrmtry</title>
<updated>2006-01-22T01:29:46Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-01-22T01:29:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=913a5a5cbae4d0f429ae82617b4e1fca51867d49'/>
<id>urn:sha1:913a5a5cbae4d0f429ae82617b4e1fca51867d49</id>
<content type='text'>
Approved by:    krion@
PR:             ports/88711 (related)
</content>
</entry>
<entry>
<title>Update to 4.1.14 release.</title>
<updated>2005-08-28T14:17:37Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2005-08-28T14:17:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6868fe83bb981bddc0d109b36e582e7235bf9513'/>
<id>urn:sha1:6868fe83bb981bddc0d109b36e582e7235bf9513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Use the rcNG script to kill MySQL on deinstallation [1]</title>
<updated>2005-04-11T08:47:36Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2005-04-11T08:47:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f93aa4f2311e5b164e7704a47ce36fb8d1ed661d'/>
<id>urn:sha1:f93aa4f2311e5b164e7704a47ce36fb8d1ed661d</id>
<content type='text'>
- 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 &lt;sergey@network-asp.biz&gt; [1],
		Vasil Dimov &lt;vd@datamax.bg&gt; [2]
</content>
</entry>
<entry>
<title>Update to 4.1.10 release:</title>
<updated>2005-02-15T22:57:02Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2005-02-15T22:57:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=110771c2d93c0e2d3bc93f91156fdaf1c5fa1574'/>
<id>urn:sha1:110771c2d93c0e2d3bc93f91156fdaf1c5fa1574</id>
<content type='text'>
- Add the possibility to specify the database directory in rc.conf [1]
- Move database creation from post-install stage into startup script

PR:		ports/75453 [1]
Submitted by:	Boris Kovalenko &lt;boris@tagnet.ru&gt; [1]
</content>
</entry>
<entry>
<title>Update to 4.1.9 release.</title>
<updated>2005-01-16T10:24:46Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2005-01-16T10:24:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b78a15da8ed7fdf5acb1a1ba061c0519206efb16'/>
<id>urn:sha1:b78a15da8ed7fdf5acb1a1ba061c0519206efb16</id>
<content type='text'>
</content>
</entry>
</feed>
