[Kroupware] possibly bug in kolab perl script...
Holger Schröder
kroupware@mail.kde.org
Sat, 29 Mar 2003 22:16:04 +0100
Hi,
if i understood the kolab perl script right, someone should apply this patch
to /kolab/etc/kolab/kolab.
Holger
--- kolab.orig 2003-03-29 22:07:57.000000000 +0100
+++ kolab 2003-03-29 22:10:18.000000000 +0100
@@ -243,7 +243,7 @@
my $rc = `diff -q $conf $conf.old`;
if ($rc) {
if ($conf =~ /postfix/) {
- $haschanged{'apache'} = 1;
+ $haschanged{'postfix'} = 1;
} elsif ($conf =~ /saslauthd/) {
$haschanged{'saslauthd'} = 1;
} elsif ($conf =~ /apache/) {