diff options
author | 2005-10-24 03:54:05 +0000 | |
---|---|---|
committer | 2005-10-24 03:54:05 +0000 | |
commit | 333b38d66120f29066bd56a1ac08b531b18ad3be (patch) | |
tree | 7f82ed3f003f08d8d27219f0b923367cabb2d4c2 /net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild | |
parent | Use emerge --config instead of ebuild ... config. #109482 (diff) | |
download | gentoo-2-333b38d66120f29066bd56a1ac08b531b18ad3be.tar.gz gentoo-2-333b38d66120f29066bd56a1ac08b531b18ad3be.tar.bz2 gentoo-2-333b38d66120f29066bd56a1ac08b531b18ad3be.zip |
Use emerge --config instead of ebuild ... config. #109482
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild')
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild index b406a44ba973..f66bec6fa453 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.12 2005/06/06 18:58:14 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.13 2005/10/24 03:54:05 nakano Exp $ DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz" @@ -29,7 +29,7 @@ pkg_postinst() { einfo einfo "To have Apache run auth_pgsql programs, please do the following:" einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\"" + einfo "emerge --config =${PF}" einfo "2. Edit /etc/conf.d/apache and add \"-D AUTH_PGSQL\"" einfo } |