for defect 3035170,
"httpd" or "apache2" should be automatically started by xcatconfig, now it is fixed. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6904 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5ae06a52ac
commit
5105b79f23
@ -1710,6 +1710,8 @@ sub makenetworks
|
||||
{
|
||||
$cmd = "/etc/init.d/httpd stop; /etc/init.d/httpd start";
|
||||
}
|
||||
|
||||
$outref = xCAT::Utils->runcmd("$cmd", 0);
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{
|
||||
xCAT::MsgUtils->message('E', "Could not restart httpd.");
|
||||
|
Loading…
Reference in New Issue
Block a user