[pkg-kolab] r1007 - in kolabd/trunk/debian: . patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Nov 26 21:06:11 UTC 2008


Author: mparent-guest
Date: 2008-11-26 21:06:11 +0000 (Wed, 26 Nov 2008)
New Revision: 1007

Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/patches/30-bootstrap.diff
Log:
run newaliases on main part (not slave only)



Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2008-11-24 23:20:47 UTC (rev 1006)
+++ kolabd/trunk/debian/changelog	2008-11-26 21:06:11 UTC (rev 1007)
@@ -12,8 +12,10 @@
     on package installation. Reduce the bootstrap patch
   * 30-bootstrap.diff: moved sasl configuration from master-only to master and
     slave part 
+  * debian/patches/30-bootstrap.diff: run newaliases on main part (not slave
+    only) 
 
- -- Mathieu Parent <math.parent at gmail.com>  Tue, 25 Nov 2008 00:18:41 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 26 Nov 2008 22:02:00 +0100
 
 kolabd (2.2.0-20080709.dfsg-1) unstable; urgency=low
 

Modified: kolabd/trunk/debian/patches/30-bootstrap.diff
===================================================================
--- kolabd/trunk/debian/patches/30-bootstrap.diff	2008-11-24 23:20:47 UTC (rev 1006)
+++ kolabd/trunk/debian/patches/30-bootstrap.diff	2008-11-26 21:06:11 UTC (rev 1007)
@@ -102,17 +102,13 @@
  
    # FIXME: we should get rid of this construct because it makes the code hard to read.
    #        A if (-e @sysconfdir@/rc.conf) statement should be enough.
-@@ -869,6 +885,8 @@
-   }
+@@ -889,8 +905,11 @@
+   chmod 0600, $kolab_config;
+ }
  
-   kolab_system("@sbindir@/kolabconf -n");
-+  #run postfix newaliases
-+  kolab_system("@bindir@/newaliases");
- 
-   $fd = IO::File->new($kolab_config, "w+") || die "could not open $kolab_config";
-   print $fd "fqdnhostname : $fqdn\n";
-@@ -891,6 +909,6 @@
- 
++#run postfix newaliases
++kolab_system("@bindir@/newaliases");
++
  #system("@sysconfdir@/kolab/kolab_sslcert.sh $fqdn");
  print "kolab is now ready to run!\n";
 -print "please run '@KOLABRC@ rc all start'\n";




More information about the pkg-kolab-devel mailing list