From 0aa1bb69f8677485e0e0b6549a74918900b96f8d Mon Sep 17 00:00:00 2001 From: jwsimpson Date: Fri, 15 Mar 2013 21:36:48 +0000 Subject: [PATCH] FSPpower.pm updated to allow sms git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@15540 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPpower.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/FSPpower.pm b/perl-xCAT/xCAT/FSPpower.pm index b9b4ec2d1..c5be978a4 100644 --- a/perl-xCAT/xCAT/FSPpower.pm +++ b/perl-xCAT/xCAT/FSPpower.pm @@ -236,7 +236,7 @@ sub powercmd { if($action =~ /^lowpower$/) { $action = "cec_on_low_power"; } #if($action =~ /^cycle$/) {$action = "cec_reboot";} if($action =~ /^cycle$/) {$action = "reset";} - if($action !~ /^cec_on_autostart$/ && $action !~ /^cec_off$/ && $action !~ /^cec_on_low_power$/ && $action !~ /^onstandby$/ && $action !~ /^reboot_service_processor$/ && $action !~ /^reset$/) { + if($action !~ /^cec_on_autostart$/ && $action !~ /^cec_off$/ && $action !~ /^cec_on_low_power$/ && $action !~ /^onstandby$/ && $action !~ /^reboot_service_processor$/ && $action !~ /^reset$/ && $action !~ /^sms$/) { push @output, [$node_name, "\'$action\' command not supported for $$d[4]", -1 ]; return (\@output); }