summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-29 03:49:39 +0000
committerjkh <jkh@FreeBSD.org>1996-06-29 03:49:39 +0000
commit9a6bae5c15865c57351b40659c88695aa0fd287d (patch)
tree0a8fcfe06fc637eeae54207057555ce883db3f9c /usr.sbin/sysinstall
parente0a4a16767b6c3638ff6dc8f70866020a1367df3 (diff)
downloadFreeBSD-src-9a6bae5c15865c57351b40659c88695aa0fd287d.zip
FreeBSD-src-9a6bae5c15865c57351b40659c88695aa0fd287d.tar.gz
Update the Lynx version number.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 5a7252c..5cf76f6 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.102 1996/06/14 14:33:55 jkh Exp $
+ * $Id: install.c,v 1.103 1996/06/25 18:41:09 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -798,7 +798,7 @@ installVarDefaults(dialogMenuItem *self)
variable_set2(VAR_EDITOR, cp);
}
variable_set2(VAR_FTP_USER, "ftp");
- variable_set2(VAR_BROWSER_PACKAGE, "lynx-2.4fm");
+ variable_set2(VAR_BROWSER_PACKAGE, "lynx-2.5FM");
variable_set2(VAR_BROWSER_BINARY, "/usr/local/bin/lynx");
variable_set2(VAR_CONFIG_FILE, "freebsd.cfg");
variable_set2(VAR_FTP_STATE, "passive");
OpenPOWER on IntegriCloud