--- mod_accounting-0.5.ebuild.orig 2006-01-06 18:54:42.000000000 +0000 +++ mod_accounting-0.5.ebuild 2006-01-06 19:15:38.000000000 +0000 @@ -18,7 +18,7 @@ APACHE1_MOD_CONF="10_${PN}" APACHE1_MOD_DEFINE="ACCOUNTING" -DOCFILES="ChangeLog README LICENSE FAQ.txt schema.sql" +DOCFILES="ChangeLog README LICENSE FAQ.txt ${FILESDIR}/mysql.sql ${FILESDIR}/pgsql.sql" need_apache1 @@ -45,6 +45,10 @@ pkg_postinst() { apache-module_pkg_postinst - einfo "See /usr/share/doc/${PF}/create_tables.sql.gz " - einfo "on how to create logging tables.\n" + einfo "Use /usr/share/doc/${PF}/mysql.sql.gz" + einfo "to create logging tables for mysql\n" + einfo "Or if you are using postgresql run" + einfo "# createdb accounting" + einfo "and use /usr/share/doc/${PF}/pgsql.sql.gz" + einfo "to create loggin tables\n" }