diff options
author | Judd Vinet <judd@archlinux.org> | 2003-05-08 18:12:46 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2003-05-08 18:12:46 +0000 |
commit | ead9f8db5fe817f019512681d5169dffad705357 (patch) | |
tree | 2ddbc416b31ea3a16a3d236219bb04e6f0d7dafe /network | |
parent | a85df6abb081d7a7d51b00e7e301d1497fede30a (diff) |
added -D, -H, and -h to the dhcp line
Diffstat (limited to 'network')
-rwxr-xr-x | network | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ case "$1" in if [ "$new_ifline" = "dhcp" ]; then # remove the .pid file if it exists rm -f /etc/dhcpc/dhcpcd-${ifline}.pid >/dev/null 2>&1 - /usr/sbin/dhcpcd $ifline || stat_die + /usr/sbin/dhcpcd -D -H -h $HOSTNAME $ifline || stat_die else /sbin/ifconfig $new_ifline || stat_die fi |