From 5435d6f5979e72c1aa016020cd236e6595073e3f Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 19 May 2008 18:04:04 +0000 Subject: [PATCH] -Remove switch shortcut that gets in the way of the 'nodels tablename' functionality for switch table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1444 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/tabutils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/tabutils.pm b/xCAT-server-2.0/lib/xcat/plugins/tabutils.pm index 92fe3e45c..994e9a2d0 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/tabutils.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/tabutils.pm @@ -21,7 +21,7 @@ my %shortnames = ( groups => [qw(nodelist groups)], tags => [qw(nodelist groups)], mgt => [qw(nodehm mgt)], - switch => [qw(switch switch)], + #switch => [qw(switch switch)], ); #####################################################