From 9045bc8c9ba35010382159f1d3720512a6b55cb9 Mon Sep 17 00:00:00 2001 From: huweihua Date: Thu, 19 Jun 2014 04:26:09 -0400 Subject: [PATCH] add some comment for sysclone --- xCAT/postscripts/killsyslog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT/postscripts/killsyslog b/xCAT/postscripts/killsyslog index ba2395caa..c379245fc 100755 --- a/xCAT/postscripts/killsyslog +++ b/xCAT/postscripts/killsyslog @@ -1,3 +1,6 @@ +#!/bin/bash +#Used only by sysclone + if [ -f "/etc/SuSE-release" ];then str_out=`ps -ef | grep -v grep | grep syslog-ng` if [ $? -eq 0 ];then