mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Whoops - forgot to set the interface name for lp0.
This commit is contained in:
parent
93a3287669
commit
15cc7d5f5b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4276
@ -256,6 +256,7 @@ setup_network_plip()
|
||||
default_value=""
|
||||
if ! network_dialog "What is the ip number for the remote host"; then return 1; fi
|
||||
remote_hostip=$answer
|
||||
interface=lp0
|
||||
}
|
||||
|
||||
network_dialog()
|
||||
|
Loading…
Reference in New Issue
Block a user