From 7451c4ad9bb729b4972c51a5b86b7bcdf59dbee9 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 28 Apr 2006 20:15:00 +0000 Subject: [PATCH] use localhost.localdomain instead of just localhost everywhere for consistency --- plc_config.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 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 $ --> @@ -186,7 +186,7 @@ $Id: plc_config.xml,v 1.10 2006/04/17 16:47:38 mlhuang Exp $ Hostname - localhost + localhost.localdomain The fully qualified hostname or IP address of the database server. This hostname must be resolvable and reachable by the rest of your installation. @@ -243,7 +243,7 @@ $Id: plc_config.xml,v 1.10 2006/04/17 16:47:38 mlhuang Exp $ Hostname - localhost + localhost.localdomain 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 $ Hostname - localhost + localhost.localdomain 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 $ Hostname - localhost + localhost.localdomain 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 -- 2.47.0