Fix a typo that caused dhclient not to work.

Submitted by:   Dennis Kristensen <snicki@snicki.dk>
Reviewed by:    Mike Makonnen <makonnen@pacbell.net>
This commit is contained in:
gordon 2002-07-18 05:00:18 +00:00
parent 259601fa05
commit e141e08d6b
2 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,8 @@ network_start()
done
if [ ! -z "${dhcp_interfaces}" ]; then
${dhcp_program:-/sbin/dhclient} ${dhcp_flags} ${dhcp_interfaces} fi
${dhcp_program:-/sbin/dhclient} ${dhcp_flags} ${dhcp_interfaces}
fi
for ifn in ${network_interfaces}; do
# Check to see if aliases need to be added
@ -275,7 +276,6 @@ network_start()
if [ -s /etc/netstart.local ]; then
sh /etc/netstart.local start
fi
fi
echo '.'
# Resync ipfilter

View File

@ -140,7 +140,8 @@ network_start()
done
if [ ! -z "${dhcp_interfaces}" ]; then
${dhcp_program:-/sbin/dhclient} ${dhcp_flags} ${dhcp_interfaces} fi
${dhcp_program:-/sbin/dhclient} ${dhcp_flags} ${dhcp_interfaces}
fi
for ifn in ${network_interfaces}; do
# Check to see if aliases need to be added
@ -275,7 +276,6 @@ network_start()
if [ -s /etc/netstart.local ]; then
sh /etc/netstart.local start
fi
fi
echo '.'
# Resync ipfilter