From 1f171579fa35f2b1f89be0403b9ee4be7498c568 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Sat, 11 Mar 2017 09:49:54 -0500 Subject: [PATCH] Remove debug output --- xCAT-genesis-scripts/bin/doxcat | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-genesis-scripts/bin/doxcat b/xCAT-genesis-scripts/bin/doxcat index f97dbfa22..9b718c6e2 100755 --- a/xCAT-genesis-scripts/bin/doxcat +++ b/xCAT-genesis-scripts/bin/doxcat @@ -9,7 +9,6 @@ log_label="xcat.genesis.doxcat" # Later, once xCAT MN is known, dhclient-script will change # rsyslog.conf file to send log entries to xCAT MN logger -s -t $log_label -p local4.info "Starting syslog..." -ls /var/run/ RSYSLOGD_VERSION=`rsyslogd -v | grep "rsyslogd" | cut -d" " -f2 | cut -d"." -f1` # if syslog is running and there's a pid file, kill it before restarting syslogd