steffen: server/kolabd/kolabd kolab_bootstrap.in, 1.9, 1.10 kolabd.spec.in, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Wed Dec 21 15:31:03 CET 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv27751/kolabd/kolabd

Modified Files:
	kolab_bootstrap.in kolabd.spec.in 
Log Message:
Build fixes

Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab_bootstrap.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- kolab_bootstrap.in	10 Dec 2005 21:57:11 -0000	1.9
+++ kolab_bootstrap.in	21 Dec 2005 14:31:01 -0000	1.10
@@ -467,7 +467,7 @@
       # now we must startup slapd
       print "temporarily starting slapd\n";
       $ldap_uri = "ldap://127.0.0.1:389/";
-      (system("@libexecdir@/openldap/slapd -h ldap://127.0.0.1:389/ -f @ldapserver_confdir@/slapd.conf") == 0 ) || die( "Could not start temporary slapd" );
+      (system("@libexecdir@/openldap/slapd -h ldap://127.0.0.1:389/ -f @ldapserver_confdir@/slapd.conf") == 0 ) || die( "Could not start temporary slapd: $!" );
       print ("Waiting for OpenLDAP to start\n");
       sleep 10;
 

Index: kolabd.spec.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabd.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kolabd.spec.in	3 Oct 2005 01:07:55 -0000	1.2
+++ kolabd.spec.in	21 Dec 2005 14:31:01 -0000	1.3
@@ -43,7 +43,7 @@
 Release:      @spec_build_date@
 
 #   list of sources
-Source0:      kolabd-%{version}.tar.gz
+Source0:      kolabd-%{version}.tar.bz2
 #Source1:      rc.kolabd
 
 #   build information





More information about the commits mailing list