steffen: server/kolab/kolab kolab_bootstrap,1.66,1.67

cvs at intevation.de cvs at intevation.de
Mon Oct 18 14:04:19 CEST 2004


Author: steffen

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

Modified Files:
	kolab_bootstrap 
Log Message:
fix for issue466 (check of ssh return code)

Index: kolab_bootstrap
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab_bootstrap,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- kolab_bootstrap	7 Oct 2004 10:13:08 -0000	1.66
+++ kolab_bootstrap	18 Oct 2004 12:04:17 -0000	1.67
@@ -114,7 +114,8 @@
 sub kolab_system {
   my $arg = shift;
   print "$arg\n";
-  system( $arg );
+  system( $arg ) == 0
+    or die "system $arg failed: $?";
 };
 
 # Fetch entry from ldap server or create new entry of none exist





More information about the commits mailing list