From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Fri, 28 Apr 2006 20:15:00 +0000 (+0000)
Subject: use localhost.localdomain instead of just localhost everywhere for consistency
X-Git-Tag: myplc-0_4-rc1~51
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7451c4ad9bb729b4972c51a5b86b7bcdf59dbee9;p=myplc.git

use localhost.localdomain instead of just localhost everywhere for consistency
---

diff --git a/plc_config.xml b/plc_config.xml
index fe73101..a9e1a7e 100644
--- a/plc_config.xml
+++ b/plc_config.xml
@@ -6,7 +6,7 @@ Default PLC configuration file
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: plc_config.xml,v 1.10 2006/04/17 16:47:38 mlhuang Exp $
+$Id: plc_config.xml,v 1.11 2006/04/24 18:04:25 mlhuang Exp $
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
@@ -186,7 +186,7 @@ $Id: plc_config.xml,v 1.10 2006/04/17 16:47:38 mlhuang Exp $
 
 	<variable id="host" type="hostname">
 	  <name>Hostname</name>
-	  <value>localhost</value>
+	  <value>localhost.localdomain</value>
 	  <description>The fully qualified hostname or IP address of
 	  the database server. This hostname must be resolvable and
 	  reachable by the rest of your installation.</description>
@@ -243,7 +243,7 @@ $Id: plc_config.xml,v 1.10 2006/04/17 16:47:38 mlhuang Exp $
 
 	<variable id="host" type="hostname">
 	  <name>Hostname</name>
-	  <value>localhost</value>
+	  <value>localhost.localdomain</value>
 	  <description>The fully qualified hostname or IP address of
 	  the API server. This hostname must be resolvable and
 	  reachable by the rest of your installation, as well as your
@@ -346,7 +346,7 @@ $Id: plc_config.xml,v 1.10 2006/04/17 16:47:38 mlhuang Exp $
 
 	<variable id="host" type="hostname">
 	  <name>Hostname</name>
-	  <value>localhost</value>
+	  <value>localhost.localdomain</value>
 	  <description>The fully qualified hostname or IP address of
 	  the web server. This hostname must be resolvable and
 	  reachable by the rest of your installation, as well as your
@@ -409,7 +409,7 @@ $Id: plc_config.xml,v 1.10 2006/04/17 16:47:38 mlhuang Exp $
 
 	<variable id="host" type="hostname">
 	  <name>Hostname</name>
-	  <value>localhost</value>
+	  <value>localhost.localdomain</value>
 	  <description>The fully qualified hostname or IP address of
 	  the boot server. This hostname must be resolvable and
 	  reachable by the rest of your installation, as well as your