From d2e410d0371634173c01aeffc14d30c27968dc21 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 9 Mar 2010 15:29:34 +0000 Subject: [PATCH] add other for clienttype git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5419 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 c7480ebb1..26ee84c18 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -823,7 +823,7 @@ auditlog => { audittime => 'The timestamp for the audit entry.', userid => 'The user running the command.', clientname => 'The client machine, where the command originated.', - clienttype => 'Type of command: cli, java, webui.', + clienttype => 'Type of command: cli,java,webui,other.', command => 'Command executed.', noderange => 'The noderange on which the command was run.', args => 'The command argument list.',