# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-1.2.ebuild,v 1.2 2007/04/28 16:58:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-1.2.ebuild,v 1.3 2007/04/28 22:14:49 tove Exp $
DESCRIPTION="Gentoo MySQL init scripts."
HOMEPAGE="http://www.gentoo.org/"
RDEPEND=""
src_install() {
- insinto "/etc/conf.d"
- newins "${FILESDIR}/mysql.conf.d" "mysql"
- newins "${FILESDIR}/mysqlmanager.conf.d" "mysqlmanager"
+ newconfd "${FILESDIR}/mysql.conf.d" "mysql"
+ newconfd "${FILESDIR}/mysqlmanager.conf.d" "mysqlmanager"
newinitd "${FILESDIR}/mysql.rc6" "mysql"
- newexe "${FILESDIR}/mysqlmanager.rc6" "mysqlmanager"
+ newinitd "${FILESDIR}/mysqlmanager.rc6" "mysqlmanager"
insinto /etc/logrotate.d
newins "${FILESDIR}/logrotate.mysql" "mysql"
# ChangeLog for dev-db/pgcluster
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.8 2007/03/04 07:47:02 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.9 2007/04/28 22:17:40 tove Exp $
+
+ 28 Apr 2007; Torsten Veller <tove@gentoo.org> pgcluster-1.3.0c.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
04 Mar 2007; Marius Mauch <genone@gentoo.org> pgcluster-1.3.0c.ebuild:
Replacing einfo with elog
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.8 2007/03/04 07:47:02 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.9 2007/04/28 22:17:40 tove Exp $
inherit eutils gnuconfig flag-o-matic multilib
${D}/etc/pgcluster/pglb.conf
cd ${S}
- exeinto /etc/init.d/
- newexe ${FILESDIR}/pgcluster.init-${PV} pgcluster || die
- newexe ${FILESDIR}/pglb.init-${PV} pglb || die
- newexe ${FILESDIR}/pgreplicate.init-${PV} pgreplicate || die
-# newexe ${FILESDIR}/pg_autovacuum.init-${PV} pg_autovacuum || die
+ newinitd ${FILESDIR}/pgcluster.init-${PV} pgcluster || die
+ newinitd ${FILESDIR}/pglb.init-${PV} pglb || die
+ newinitd ${FILESDIR}/pgreplicate.init-${PV} pgreplicate || die
+# newinitd ${FILESDIR}/pg_autovacuum.init-${PV} pg_autovacuum || die
dosed "s:___DOCDIR___:/usr/share/doc/${PF}:" /etc/init.d/pg_autovacuum
- insinto /etc/conf.d/
- newins ${FILESDIR}/pgcluster.conf-${PV} pgcluster || die
- newins ${FILESDIR}/pglb.conf-${PV} pglb || die
- newins ${FILESDIR}/pgreplicate.conf-${PV} pgreplicate || die
-# newins ${FILESDIR}/pg_autovacuum.conf-${PV} pg_autovacuum || die
+ newconfd ${FILESDIR}/pgcluster.conf-${PV} pgcluster || die
+ newconfd ${FILESDIR}/pglb.conf-${PV} pglb || die
+ newconfd ${FILESDIR}/pgreplicate.conf-${PV} pgreplicate || die
+# newconfd ${FILESDIR}/pg_autovacuum.conf-${PV} pg_autovacuum || die
keepdir $PG_DIR
keepdir /var/log/pgcluster