stuart: server/kolab/kolab kolab_bootstrap,1.47,1.48

cvs at intevation.de cvs at intevation.de
Wed Jul 14 11:29:44 CEST 2004


Author: stuart

Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv8080

Modified Files:
	kolab_bootstrap 
Log Message:
Fix up deprecated 'chown x.x' format


Index: kolab_bootstrap
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab_bootstrap,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- kolab_bootstrap	13 Jul 2004 07:35:15 -0000	1.47
+++ kolab_bootstrap	14 Jul 2004 09:29:42 -0000	1.48
@@ -480,7 +480,7 @@
     print "Creating RSA keypair for resource password encryption\n";
     system("/kolab/bin/openssl genrsa -out $privreskey 1024");
     system("/kolab/bin/openssl rsa -in $privreskey -pubout -out $pubreskey");
-    system("chown kolab.kolab-n $pubreskey $privreskey");
+    system("chown kolab:kolab-n $pubreskey $privreskey");
     chmod 0660, $privreskey, $pubreskey;
     #unlink( "dsa-params" );
     umask $oldmask;





More information about the commits mailing list