From ca7610ba86aefad8568bb59faff0439bc9b2bc3b Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 18 Feb 2009 21:13:48 +0000 Subject: [PATCH] fix postscripts description git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2768 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index cc4ea899f..1797ec856 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -434,10 +434,10 @@ policy => { postscripts => { cols => [qw(node postscripts comments disable)], keys => [qw(node)], - table_desc => 'Not used yet! The scripts that should be run on each node after installation or diskless boot.', + table_desc => ' The scripts that should be run on each node after installation or diskless boot.', descriptions => { node => 'The node name or group name.', - postscripts => 'Comma separated list of scripts that should be run on this node after installation or diskless boot.', + postscripts => 'Comma separated list of scripts that should be run on this node after installation or diskless boot. xCAT automatically adds the syslog and remoteshell postscripts to the xcatdefaults row of the table. The default scripts will run first on the nodes after install.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },