summaryrefslogtreecommitdiff
path: root/doc/README.link-local
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.link-local')
-rw-r--r--doc/README.link-local6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.link-local b/doc/README.link-local
index ec2ef940e4c..53f4db1cb0c 100644
--- a/doc/README.link-local
+++ b/doc/README.link-local
@@ -69,7 +69,7 @@ If both fail or are disabled, static settings are used.
"if test \\\"$llfail\\\" -ne 0 -a " \
"\\\"$dhcpfail\\\" -ne 0; " \
"then " \
- "setenv ipaddr $sipaddr; " \
- "setenv netmask $snetmask; " \
- "setenv gatewayip $sgatewayip; " \
+ "env set ipaddr $sipaddr; " \
+ "env set netmask $snetmask; " \
+ "env set gatewayip $sgatewayip; " \
"fi;\0" \