From 446c3a6fdceded732d80dd387167287edc597887 Mon Sep 17 00:00:00 2001 From: hjp Date: Sun, 23 Mar 2008 16:30:48 +0000 Subject: [PATCH] fixed name of DA config file. --- lib/Simba/DA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Simba/DA.pm b/lib/Simba/DA.pm index 1d5ee85..22766b7 100644 --- a/lib/Simba/DA.pm +++ b/lib/Simba/DA.pm @@ -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{^/});