fixed name of DA config file.

This commit is contained in:
hjp 2008-03-23 16:30:48 +00:00
parent b110319851
commit 446c3a6fdc
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ sub new {
# * Other system dependent parameters, e.g., whether to use ACLs
#
# For now we just hardcode the stuff:
my $config = Config::YAML->new( config => '/etc/simba/ca.conf');
my $config = Config::YAML->new( config => '/etc/simba/da.conf');
if ($config->{prune}) {
for (@{ $config->{prune} }) {
$_ = ".$_" if (m{^/});