steffen: server/kolab/kolab kolab_bootstrap,1.57,1.58

cvs at intevation.de cvs at intevation.de
Wed Sep 1 02:25:35 CEST 2004


Author: steffen

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

Modified Files:
	kolab_bootstrap 
Log Message:
is there really no portable way to get the fqdn???

Index: kolab_bootstrap
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab_bootstrap,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- kolab_bootstrap	30 Aug 2004 23:09:58 -0000	1.57
+++ kolab_bootstrap	1 Sep 2004 00:25:33 -0000	1.58
@@ -204,7 +204,7 @@
 }
 my $fqdn;
 if( $fqdnhostname =~ /\@\@\@/ ) {
-  $fqdn = `hostname -f`;
+  $fqdn = `hostname`;
 } else {
   $fqdn = $fqdnhostname;
 }





More information about the commits mailing list