richard: server/kolabd/kolabd ChangeLog, 1.46, 1.47 kolab_bootstrap.in, 1.17, 1.18

cvs at intevation.de cvs at intevation.de
Mon Jan 16 12:38:24 CET 2006


Author: richard

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

Modified Files:
	ChangeLog kolab_bootstrap.in 
Log Message:
Patch for  for non openpkg based distributions:
* kolab_bootstrap.in: use @ldapserver_usr@ instead of @kolab_musr@ to alter the
  ownership of the files $pubreskey $privreskey on the master server.
* templates/session_vars.php.template.in: use @webserver_musr@ instead of @kolab_musr@



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- ChangeLog	15 Jan 2006 20:56:28 -0000	1.46
+++ ChangeLog	16 Jan 2006 11:38:22 -0000	1.47
@@ -1,3 +1,9 @@
+2006-01-16 Richard Bos <richard at radoeka.nl>
+	Patch for  for non openpkg based distributions:
+	* kolab_bootstrap.in: use @ldapserver_usr@ instead of @kolab_musr@ to alter the
+	  ownership of the files $pubreskey $privreskey on the master server.
+	* templates/session_vars.php.template.in: use @webserver_musr@ instead of @kolab_musr@
+
 2006-01-15 Marcus Hüwe <suse-tux at gmx.de>
 	Patch committed by Richard Bos
 	* dist_conf/common,

Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab_bootstrap.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- kolab_bootstrap.in	15 Jan 2006 10:46:34 -0000	1.17
+++ kolab_bootstrap.in	16 Jan 2006 11:38:22 -0000	1.18
@@ -668,7 +668,7 @@
     print "Creating RSA keypair for resource password encryption\n";
     kolab_system("@bindir@/openssl genrsa -out $privreskey 1024");
     kolab_system("@bindir@/openssl rsa -in $privreskey -pubout -out $pubreskey");
-    kolab_system("chown @kolab_musr@:@kolab_grp@ $pubreskey $privreskey");
+    kolab_system("chown @ldapserver_usr@:@kolab_grp@ $pubreskey $privreskey");
     chmod 0660, $privreskey, $pubreskey;
     #unlink( "dsa-params" );
     umask $oldmask;





More information about the commits mailing list