[augeas-devel] Minor fix to php.aug

David Lutterkort lutter at redhat.com
Sun Jan 4 07:09:09 UTC 2009


On Wed, 2008-12-31 at 01:53 -0800, Robin Lee Powell wrote:
> let filter = (incl "/etc/php*/*/php.ini")
>              . Util.stdexcl
> 
> should be:
> 
> let filter = (incl "/etc/php*/*/*.ini")
>              . Util.stdexcl
> 
> Because, in particular, Debian uses /etc/php5/conf.d/*.ini to configure
> individual PHP modules.

Yeah, that seems reasonable. Committed.

David





More information about the augeas-devel mailing list