aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-05-08 18:12:46 +0000
committerJudd Vinet <judd@archlinux.org>2003-05-08 18:12:46 +0000
commitead9f8db5fe817f019512681d5169dffad705357 (patch)
tree2ddbc416b31ea3a16a3d236219bb04e6f0d7dafe /network
parenta85df6abb081d7a7d51b00e7e301d1497fede30a (diff)
downloadinitscripts-ead9f8db5fe817f019512681d5169dffad705357.tar.xz
added -D, -H, and -h to the dhcp line
Diffstat (limited to 'network')
-rwxr-xr-xnetwork2
1 files changed, 1 insertions, 1 deletions
diff --git a/network b/network
index 8319471..85473be 100755
--- a/network
+++ b/network
@@ -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