Project

General

Profile

« Previous | Next » 

Revision c16601e6

Added by Scott Ullrich about 16 years ago

Add a space between interfaces

View differences:

etc/rc.reboot
25 25

  
26 26
echo -n "Downing interfaces: "
27 27
for INTERFACE in `/sbin/ifconfig -l`; do
28
	echo -n $INTERFACE
28
	echo -n "$INTERFACE "
29 29
	/sbin/ifconfig $INTERFACE down
30 30
done
31 31

  

Also available in: Unified diff