PERFORCE change 80948 for review

soc-andrew soc-andrew at FreeBSD.org
Mon Jul 25 07:49:15 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=80948

Change 80948 by soc-andrew at 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)) {


More information about the p4-projects mailing list