Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 07:49:14 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80948 for review
Message-ID:  <200507250749.j6P7nEJH089314@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80948

Change 80948 by soc-andrew@soc-andrew_serv on 2005/07/25 07:48:35

	The OpenBSD dhclient dosn't have -1

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/installer/fn_configure.c#2 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/installer/fn_configure.c#2 (text+ko) ====

@@ -970,7 +970,7 @@
 		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 -1 %s",
+		command_add(cmds, "%s%s %s",
 		    a->os_root, cmd_name(a, "DHCLIENT"),
 		    interface);
 		if (commands_execute(a, cmds)) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507250749.j6P7nEJH089314>