more configuration path changes foerste
authorMatthias Förste <foerste@schlittermann.de>
Fri, 15 Jul 2011 10:24:44 +0200
branchfoerste
changeset 15 9c78a255a51e
parent 14 5e0b1e520464
child 16 44cdd9d6fd8c
more configuration path changes
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('.') };
 
 }