From: Matthias Schmidt Date: Tue, 16 Sep 2008 11:37:41 +0000 (+0000) Subject: I should drink more coffee before starting committing. Revert the last change X-Git-Tag: v2.0.1~12 X-Git-Url: https://repo.or.cz/w/dragonfly.git/commitdiff_plain/ecb889119c98b7c88240fe0b153d341b101f69f9 I should drink more coffee before starting committing. Revert the last change as 2.0 contains the ISC dhcp client. Thanks to hasso@ for bringing this to my attention. --- diff --git a/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_configure.c b/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_configure.c index f3160b3860..10206d3afd 100644 --- a/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_configure.c +++ b/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_configure.c @@ -970,7 +970,7 @@ fn_assign_ip(struct i_fn_args *a) cmd = command_add(cmds, "%s%s dhclient", a->os_root, cmd_name(a, "KILLALL")); command_set_failure_mode(cmd, COMMAND_FAILURE_IGNORE); - command_add(cmds, "%s%s %s", + command_add(cmds, "%s%s -1 %s", a->os_root, cmd_name(a, "DHCLIENT"), interface); if (commands_execute(a, cmds)) {