From 1b53a0cc5d96783b0765876437d06623f4e9406e Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 21 Mar 2008 20:20:54 +0000 Subject: [PATCH] -Eliminate redundant loop in nbroot when going to try everything and everything to get discovered git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@867 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot/overlay/bin/dodestiny | 3 --- 1 file changed, 3 deletions(-) diff --git a/xCAT-nbroot/overlay/bin/dodestiny b/xCAT-nbroot/overlay/bin/dodestiny index d4ce33915..8ffd6f5e1 100755 --- a/xCAT-nbroot/overlay/bin/dodestiny +++ b/xCAT-nbroot/overlay/bin/dodestiny @@ -77,9 +77,6 @@ while :; do then #if usleep succeeded, that means it wasn't killed and therefore, no answer yet killall udpcat.awk #reap hung ones - for dhcps in `cat /tmp/dhcpserver`; do - cat /tmp/discout | udpcat.awk $dhcps $XCATPORT & - done for nic in `ifconfig -a|grep HWaddr|grep -v sit|awk '{print $1}'`; do #also, bring down interfaces to make sure that we send from the 'right' nic for dnic in `ifconfig -a|grep HWaddr|grep -v sit|awk '{print $1}'|grep -v $nic`; do ifconfig $dnic down