[pkg-kolab] r877 - kolabd/branches/2.2/debian/patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Tue May 27 21:27:11 UTC 2008


Author: mparent-guest
Date: 2008-05-27 21:27:09 +0000 (Tue, 27 May 2008)
New Revision: 877

Modified:
   kolabd/branches/2.2/debian/patches/30-bootstrap.dpatch
Log:
newaliases is in /usr/bin (and not in /usr/sbin)


Modified: kolabd/branches/2.2/debian/patches/30-bootstrap.dpatch
===================================================================
--- kolabd/branches/2.2/debian/patches/30-bootstrap.dpatch	2008-05-26 17:28:08 UTC (rev 876)
+++ kolabd/branches/2.2/debian/patches/30-bootstrap.dpatch	2008-05-27 21:27:09 UTC (rev 877)
@@ -140,7 +140,7 @@
  
    kolab_system("@sbindir@/kolabconf -n");
 +  #run postfix newaliases
-+  kolab_system("@sbindir@/newaliases");
++  kolab_system("@bindir@/newaliases");
  
    $fd = IO::File->new($kolab_config, "w+") || die "could not open $kolab_config";
    print $fd "fqdnhostname : $fqdn\n";




More information about the pkg-kolab-devel mailing list