Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e56d2db4 | 2015-02-17 22:08:36 | Adjust the "meta" rc-scripts (these are used in ports with multiple daemons which should all be started/stopped together), previously "restart" would restart each sub-daemon in turn, but actually it should stop all daemons and only then start them again. Additionally, as suggested by ajacoutot, stop the procedure and return an error if stopping one of the rc scripts failed. ok ajacoutot@ rpe@ | ||
| bca617be | 2014-12-08 10:57:08 | Make all meta rc.d scripts consistent. While here, unbreak when options are passed (e.g. /etc/rc.d/foobar -df start) ok sthen@ | ||
| ce419bfc | 2014-11-24 16:39:41 | cfengine has a new MAINTAINER: Rodrigo Mosconi. | ||
| 32978100 | 2014-11-19 19:35:38 | Remove maintainer per his request. | ||
| b94a4025 | 2014-09-13 18:09:20 | Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement. ok sthen@ | ||
| 4badb316 | 2014-07-12 11:25:00 | don't use "echo 'pkg_scripts="${pkg_scripts} icinga' >> /etc/rc.conf.local" examples | ||
| 413f0107 | 2014-06-19 13:48:44 | update MASTER_SITES, from "Jiri B" | ||
| 5f30da33 | 2013-09-20 13:02:49 | update to 3.4.5, from Martijn Rijkeboer (maintainer) | ||
| 036d6b7b | 2013-07-11 07:50:25 | use DISTFILES=..{..} url handling syntax, rather than a dummy url parameter. | ||
| 17833ea8 | 2013-06-12 20:36:33 | Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces a new libmysqlclient non-blocking API which utilizes co-routines. The X86 specific GCC ASM co-routine support hid the fact that there was an issue. The only fallback code so far is POSIX user contexts which OpenBSD does not support. Input from and Ok sthen@ jasper@ |