--- phpdbg-2.11.23.ebuild 2005-03-13 15:22:30.773405176 +0100 +++ phpdbg-2.11.23-r1.ebuild 2005-03-13 15:04:12.134423688 +0100 @@ -25,13 +25,11 @@ src_install () { php-ext-source_src_install dodoc AUTHORS COPYING INSTALL + php-ext-base_addtoinifiles "debugger.enabled" "on" + php-ext-base_addtoinifiles "debugger.profiler_enabled" "on" } pkg_postinst() { - php-ext-base_addtoinifiles "extension" "/etc/php4/lib/dbg.so" - php-ext-base_addtoinifiles "[Debugger]" - php-ext-base_addtoinifiles "debugger.enabled" "on" - php-ext-base_addtoinifiles "debugger.profiler_enabled" "on" einfo "Please reload Apache to activate the changes" }