<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2800.1586" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<DIV>P.S.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Be sure to do the test in the context of the /etc/init.d/halt script.&nbsp; 
I don't know whether it does the same thing in the context of a running system 
or not.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Just edit /etc/init.d/halt</DIV>
<DIV>&nbsp;</DIV>
<DIV>and just before the </DIV>
<DIV>&nbsp;</DIV>
<DIV>halt -f</DIV>
<DIV>&nbsp;</DIV>
<DIV>put</DIV>
<DIV>&nbsp;</DIV>
<DIV>....</DIV>
<DIV>ifconfig</DIV>
<DIV>halt -i -w</DIV>
<DIV>ifconfig</DIV>
<DIV>sleep 20</DIV>
<DIV>....</DIV>
<DIV>&nbsp;</DIV>
<DIV>the distro halt will not show any change between the two ifconfig 
runs.&nbsp;&nbsp; The halt compiled by hand 'make halt' in the src in the 
sysvint sources will properly down the interfaces.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Harry</DIV>
<DIV>&nbsp;</DIV></FONT></BODY></HTML>