From fbce828647defd9976a2d957b4e3ec96179142b4 Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 9 Jun 2014 06:52:07 -0700 Subject: [PATCH] correct the message --- xCAT-client/bin/pgsqlsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/pgsqlsetup b/xCAT-client/bin/pgsqlsetup index 94db9a888..5624f65f7 100755 --- a/xCAT-client/bin/pgsqlsetup +++ b/xCAT-client/bin/pgsqlsetup @@ -930,7 +930,7 @@ sub pgreboot if($cmd !=0 ) { xCAT::MsgUtils->message("E", - " $cmd failed. PostgreSQL will not restart on reboot."); + "enable service $cmd failed. PostgreSQL will not restart on reboot."); } }