[pkg-kolab] r1077 - in libkolab-perl/branches/2.2.1/debian: . patches
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Wed Dec 17 15:22:25 UTC 2008
Author: mparent-guest
Date: 2008-12-17 15:22:25 +0000 (Wed, 17 Dec 2008)
New Revision: 1077
Modified:
libkolab-perl/branches/2.2.1/debian/changelog
libkolab-perl/branches/2.2.1/debian/patches/30-bootstrap.diff
Log:
@-@ are not replaced, work around
Modified: libkolab-perl/branches/2.2.1/debian/changelog
===================================================================
--- libkolab-perl/branches/2.2.1/debian/changelog 2008-12-17 14:38:37 UTC (rev 1076)
+++ libkolab-perl/branches/2.2.1/debian/changelog 2008-12-17 15:22:25 UTC (rev 1077)
@@ -16,7 +16,7 @@
- removed 95-runonchange.diff, integrated upstream
* added conflict with previous kolabd as binaries are now here
- -- Mathieu Parent <math.parent at gmail.com> Wed, 17 Dec 2008 14:40:28 +0100
+ -- Mathieu Parent <math.parent at gmail.com> Wed, 17 Dec 2008 16:19:29 +0100
libkolab-perl (1:2.2.0-4) UNRELEASED; urgency=low
Modified: libkolab-perl/branches/2.2.1/debian/patches/30-bootstrap.diff
===================================================================
--- libkolab-perl/branches/2.2.1/debian/patches/30-bootstrap.diff 2008-12-17 14:38:37 UTC (rev 1076)
+++ libkolab-perl/branches/2.2.1/debian/patches/30-bootstrap.diff 2008-12-17 15:22:25 UTC (rev 1077)
@@ -60,7 +60,7 @@
$Kolab::config{"bootstrap_config"} = 'false';
+ #ldap server should access to certificate key
-+ system("adduser --quiet @ldapserver_usr@ @pki_grp@");
++ system("adduser --quiet $Kolab::config{'ldapserver_rusr'} $Kolab::config{'pki_grp'}");
+
# now we must startup slapd
print "temporarily starting slapd\n";
@@ -77,7 +77,7 @@
}
+#run postfix newaliases
-+kolab_system("@bindir@/newaliases");
++kolab_system("/usr/bin/newaliases");
+
#system("@CONFIG_DIR@/kolab_sslcert.sh $fqdn");
print "kolab is now ready to run!\n";
More information about the pkg-kolab-devel
mailing list