From a160eddc9779a8b5d36fc25b8a66f9927817e529 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 15 Mar 2011 15:48:53 +0000 Subject: [PATCH] change databaseloc attribute definition git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9053 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index fb1e9b4b2..dcd02a98d 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -748,7 +748,7 @@ site => { " consoleondemand: When set to 'yes', conserver connects and creates the console\n". " output only when the user opens the console. Default is no on\n". " Linux, yes on AIX.\n\n". - " databaseloc: The location of the db2 database. Default is /var/lib/db2. \n". + " databaseloc: The location of the database directory. Default is /var/lib.\n Only DB2 is currently supported. \n". " db2installloc: The location from which the service nodes should mount the \n". " the db2 code to install. Format hostname:/path. If hostname is\n". " omitted, it defaults to the management node. Default is /mntdb2.\n\n".