1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

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 Tetlow 2002-07-18 05:00:18 +00:00
parent 242bd45fb4
commit 8abdee58c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100281
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