From e237572f428ec421f16bb4a9f64b886defb28644 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 15 May 2012 07:05:12 +0000 Subject: [PATCH] fix defect :change all logger calls to put xcat msgs into local4 - ID: 3513525 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12696 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/unlocktftpdir.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/unlocktftpdir.awk b/xCAT/postscripts/unlocktftpdir.awk index e68f8b8fb..f5371d165 100755 --- a/xCAT/postscripts/unlocktftpdir.awk +++ b/xCAT/postscripts/unlocktftpdir.awk @@ -7,10 +7,10 @@ BEGIN { while(1) { if((ns |& getline) > 0) - print $0 | "logger -t xcat" + print $0 | "logger -t xcat -p local4.info " else { print "Retrying unlock of tftp directory" - print "$0: Retrying unlock of tftp directory" | "logger -t xcat" + print "$0: Retrying unlock of tftp directory" | "logger -t xcat -p local4.info " close(ns) system("sleep 5") }