From 048d82768e1cf7370bb5a4e6a024129963d6d225 Mon Sep 17 00:00:00 2001 From: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:01:21 -0300 Subject: [PATCH] doc: Add comments to /etc/init.d/xcatd changes Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com> --- xCAT-server/etc/init.d/xcatd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/etc/init.d/xcatd b/xCAT-server/etc/init.d/xcatd index 0f40a5fee..27aa99d35 100755 --- a/xCAT-server/etc/init.d/xcatd +++ b/xCAT-server/etc/init.d/xcatd @@ -54,7 +54,7 @@ MStatus() } if [ -f /etc/init.d/functions ]; then - #echo RH + # EL8- . /etc/init.d/functions START_DAEMON=daemon STATUS=MStatus @@ -62,6 +62,7 @@ if [ -f /etc/init.d/functions ]; then LOG_FAILURE=RHFailure LOG_WARNING=passed elif [ -f /etc/rc.d/init.d/functions ]; then + # EL9+ . /etc/rc.d/init.d/functions START_DAEMON=daemon STATUS=MStatus