# HG changeset patch # User Matthias Förste # Date 1310718284 -7200 # Node ID 9c78a255a51efed4bc49241b99bfd836810d5f06 # Parent 5e0b1e5204646de61eb4e6f39e96fcf4a58d004f more configuration path changes diff -r 5e0b1e520464 -r 9c78a255a51e lib/Ius/Dav/Htpasswd.pm --- a/lib/Ius/Dav/Htpasswd.pm Fri Jul 15 10:13:59 2011 +0200 +++ b/lib/Ius/Dav/Htpasswd.pm Fri Jul 15 10:24:44 2011 +0200 @@ -64,7 +64,7 @@ www_group=s master_user=s) ) or die 'Failed to read config!'; - $conf->file($_) for grep -e, map "$_/dav-htpasswd.conf", qw(/etc /usr/local/etc ~ .); + $conf->file($_) for grep -e, map "$_/ius-dav-htpasswd.conf", qw(/etc/ius-dav-htpasswd /usr/local/etc/ius-dav-htpasswd ~/.ius-dav-htpasswd ./ius-dav-htpasswd); return { $conf->varlist('.') }; }