From b87dbdfbd3e4bd6ea991ba0393484fa041ca6f73 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 3 Mar 2011 14:27:12 +0000 Subject: [PATCH] fix default on /tftpdir descriptions git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8972 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 a3fd92ee3..4d58d611f 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -824,7 +824,7 @@ site => { " svloglocal: if set to 1, syslog on the service node will not get forwarded to the\n". " mgmt node.\n\n". " timezone: (e.g. America/New_York)\n\n". - " tftpdir: tftp directory path. Default is /tftpdir\n\n". + " tftpdir: tftp directory path. Default is /tftpboot\n\n". " useNmapfromMN: When set to yes, nodestat command should obtain the node status\n". " using nmap (if available) from the management node instead of the\n". " service node. This will improve the performance in a flat network.\n\n".