lib/Ius/Dav/Htpasswd.pm
branchfoerste
changeset 15 9c78a255a51e
parent 9 4227cf8872b8
child 16 44cdd9d6fd8c
--- 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('.') };
 
 }