From f3d17e558816796b2a23eabab04abbac0780892e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 16 Sep 2011 19:15:23 +0000 Subject: [PATCH] Forgo sleep shortening for now git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10536 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/minixcatd.awk | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-nbroot2/minixcatd.awk b/xCAT-nbroot2/minixcatd.awk index ef0352ded..5f71623a2 100755 --- a/xCAT-nbroot2/minixcatd.awk +++ b/xCAT-nbroot2/minixcatd.awk @@ -10,7 +10,6 @@ BEGIN { print "restarting bootstrap process" |& listener quit="yes" system("echo \"" $0 "\" > /restart") - system("killall sleep") close(listener) } }