From a10124a01b257adaf14ca754993d5040ec2ba987 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 29 Mar 2006 17:02:47 +0000 Subject: [PATCH] allow db port to be overridden during build bootstrap --- bootstrap.xml | 16 ++++++++++++---- plc_config.xml | 7 +++++++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/bootstrap.xml b/bootstrap.xml index 0016bf9..b88e816 100644 --- a/bootstrap.xml +++ b/bootstrap.xml @@ -3,12 +3,20 @@ - + + + + + 15432 + + + + diff --git a/plc_config.xml b/plc_config.xml index dba383b..288ae4d 100644 --- a/plc_config.xml +++ b/plc_config.xml @@ -176,6 +176,13 @@ reachable by the rest of your installation. + + Port + 5432 + The TCP port number through which the database + server should be accessed. + + Database Name planetlab3 -- 2.43.0