[pkg-kolab] r956 - kolabd/trunk/debian/patches
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Thu Oct 23 17:52:29 UTC 2008
Author: mparent-guest
Date: 2008-10-23 17:52:29 +0000 (Thu, 23 Oct 2008)
New Revision: 956
Modified:
kolabd/trunk/debian/patches/86-slapd-syncrepl-24.dpatch
Log:
Corrected path kolab.global -> kolab.globals
Modified: kolabd/trunk/debian/patches/86-slapd-syncrepl-24.dpatch
===================================================================
--- kolabd/trunk/debian/patches/86-slapd-syncrepl-24.dpatch 2008-10-23 15:01:53 UTC (rev 955)
+++ kolabd/trunk/debian/patches/86-slapd-syncrepl-24.dpatch 2008-10-23 17:52:29 UTC (rev 956)
@@ -16,7 +16,7 @@
+ # code needed for slurpd, it can be removed when
+ # kolab has fully switched to syncrepl.
+ my $directory_mode = "";
-+ my $kolab_globals = "@sysconfdir@/kolab/kolab.global";
++ my $kolab_globals = "@sysconfdir@/kolab/kolab.globals";
+ my $fd = IO::File->new($kolab_globals, "r")
+ || die "could not open $kolab_globals";
+ foreach (<$fd>) {
More information about the pkg-kolab-devel
mailing list