From af944b2e8beb422d86d8aa621a379105fd5e0df9 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 20 Oct 2009 14:57:12 +0000 Subject: [PATCH] fill in ?? and other fixes for 2878877 in the Schema definistions git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4425 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 cd80862a3..7976faa0b 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -538,7 +538,7 @@ servicenode => { descriptions => { node => 'The hostname of the service node as known by the Management Node.', nameserver => 'Do we set up DNS on this service node? Valid values:yes or 1, no or 0.', - dhcpserver => 'Do we set up DHCP on this service node? Valid values:yes or 1, no or 0. We may also support: ,,, but this has not been decided yet.', + dhcpserver => 'Do we set up DHCP on this service node? Valid values:yes or 1, no or 0.', tftpserver => 'Do we set up TFTP on this service node? Valid values:yes or 1, no or 0.', nfsserver => 'Do we set up file services (HTTP,FTP,or NFS) on this service node? Valid values:yes or 1, no or 0.', conserver => 'Do we set up Conserver on this service node? Valid values:yes or 1, no or 0.',