diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-25 08:58:32 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-25 08:58:32 +0000 |
commit | ddae240cb872963fc892e130989b348b33328885 (patch) | |
tree | 0664ee96e54190ec0efdaf0f1f436a5a54f5332f /net-analyzer | |
parent | mention RESTRICT (diff) | |
download | gentoo-2-ddae240cb872963fc892e130989b348b33328885.tar.gz gentoo-2-ddae240cb872963fc892e130989b348b33328885.tar.bz2 gentoo-2-ddae240cb872963fc892e130989b348b33328885.zip |
Updated DBlib_path in acid_conf. Closes #58206.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/acid/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/acid/acid-0.9.6_beta23.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/acid/ChangeLog b/net-analyzer/acid/ChangeLog index 412e908b642b..7849f549a4ef 100644 --- a/net-analyzer/acid/ChangeLog +++ b/net-analyzer/acid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/acid # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/acid/ChangeLog,v 1.1 2004/07/24 13:20:24 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/acid/ChangeLog,v 1.2 2004/07/25 08:58:32 eldad Exp $ + + 25 Jul 2004; Eldad Zack <eldad@gentoo.org> acid-0.9.6_beta23.ebuild: + Updated DBlib_path in acid_conf. Closes #58206. *acid-0.9.6_beta23 (24 Jul 2004) diff --git a/net-analyzer/acid/acid-0.9.6_beta23.ebuild b/net-analyzer/acid/acid-0.9.6_beta23.ebuild index 1e1be5d1dba9..e75564d252fd 100644 --- a/net-analyzer/acid/acid-0.9.6_beta23.ebuild +++ b/net-analyzer/acid/acid-0.9.6_beta23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/acid/acid-0.9.6_beta23.ebuild,v 1.1 2004/07/24 13:20:24 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/acid/acid-0.9.6_beta23.ebuild,v 1.2 2004/07/25 08:58:32 eldad Exp $ inherit webapp @@ -24,6 +24,8 @@ DEPEND="apache2? ( >=net-www/apache-2 ) : ( =net-www/apache-1.* ) src_install () { webapp_src_preinst + sed -i -e '12s:^$DBlib_path =.*:$DBlib_path = "/usr/lib/php/adodb":' acid_conf.php + insinto ${MY_HTDOCSDIR} doins * @@ -37,10 +39,10 @@ src_compile () { pkg_postinst() { webapp_pkg_postinst - echo "" + einfo "" einfo "Note: ACID is installed as a webapp." einfo "The ACID database is an extension of the SNORT database." einfo "To setup ACID database look in the README" - echo "" + einfo "" } |