summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-09-06 10:04:27 +0000
committermurray <murray@FreeBSD.org>2001-09-06 10:04:27 +0000
commit9ca10a22d8c34facfa06b5293479e8545864b079 (patch)
tree675833205a2890c9c3c3d5589a45564b2822598d /usr.sbin
parent0f03af28848984fbf119d9f237214829511e5d5a (diff)
downloadFreeBSD-src-9ca10a22d8c34facfa06b5293479e8545864b079.zip
FreeBSD-src-9ca10a22d8c34facfa06b5293479e8545864b079.tar.gz
There is a problem in this example script. Setting ftp=time.cdrom.com
is useless, we should set _ftpPath=blah. PR: misc/29587 Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/install.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.cfg b/usr.sbin/sysinstall/install.cfg
index fd8e520..fb7ad88 100644
--- a/usr.sbin/sysinstall/install.cfg
+++ b/usr.sbin/sysinstall/install.cfg
@@ -20,7 +20,7 @@ netmask=255.255.255.240
################################
# Which installation device to use - ftp is pointed directly at my local
# machine and the installation device is my WD8013 ethernet interface.
-ftp=ftp://time.cdrom.com/pub
+_ftpPath=ftp://time.cdrom.com/pub
netDev=ed0
mediaSetFTP
################################
OpenPOWER on IntegriCloud