diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-31 17:40:06 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-31 17:40:06 +0000 |
commit | b2e057ba0c446db3606193c67deb1a3911823124 (patch) | |
tree | 403863fa0d97f9f15bba999679999c12ecce4564 /dev-php | |
parent | unmasked (diff) | |
download | gentoo-2-b2e057ba0c446db3606193c67deb1a3911823124.tar.gz gentoo-2-b2e057ba0c446db3606193c67deb1a3911823124.tar.bz2 gentoo-2-b2e057ba0c446db3606193c67deb1a3911823124.zip |
fixed sandbox violation with snmp.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index 02114ce927c5..2b2d6fb9d26e 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-php/mod_php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.36 2002/12/31 01:02:13 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.37 2002/12/31 17:40:06 rphillips Exp $ *mod_php-4.3.0 (30 Dec 2002) + 31 Dec 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0.ebuild : + Fixed sandbox violation with snmp + 30 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : Tweaked sed... maybe this will fix the sandbox issues diff --git a/dev-php/mod_php/mod_php-4.3.0.ebuild b/dev-php/mod_php/mod_php-4.3.0.ebuild index 512f1ea8f0a3..b8ec565e3d36 100644 --- a/dev-php/mod_php/mod_php-4.3.0.ebuild +++ b/dev-php/mod_php/mod_php-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0.ebuild,v 1.4 2002/12/31 01:02:13 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0.ebuild,v 1.5 2002/12/31 17:40:06 rphillips Exp $ IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" @@ -205,6 +205,8 @@ src_compile() { src_install() { + addwrite /usr/share/snmp/mibs/.index + make INSTALL_ROOT=${D} install-pear || die dodoc CODING_STANDARDS LICENSE EXTENSIONS |