diff options
author | jkh <jkh@FreeBSD.org> | 1997-02-15 13:18:19 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-02-15 13:18:19 +0000 |
commit | 2ba9068643f506aab5e74e5fc627c4e65fb442f2 (patch) | |
tree | 3545d78192aeb6733747a9cdd9fd21b3635065a2 /release/sysinstall | |
parent | d259caf3f57b7193480d94a29a3ff72c269f5f0e (diff) | |
download | FreeBSD-src-2ba9068643f506aab5e74e5fc627c4e65fb442f2.zip FreeBSD-src-2ba9068643f506aab5e74e5fc627c4e65fb442f2.tar.gz |
Correct bogus msg dialog.
Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package).
Diffstat (limited to 'release/sysinstall')
-rw-r--r-- | release/sysinstall/doc.c | 5 | ||||
-rw-r--r-- | release/sysinstall/sysinstall.h | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/release/sysinstall/doc.c b/release/sysinstall/doc.c index 2fc1bd7..9d82f26 100644 --- a/release/sysinstall/doc.c +++ b/release/sysinstall/doc.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id$ + * $Id: doc.c,v 1.22 1997/02/07 04:25:53 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -69,7 +69,8 @@ docBrowser(dialogMenuItem *self) "location to load the package from (go to Media menu) and see if that\n" "makes a difference.\n\n" "I suggest that we remove the version that was extracted since it does\n" - "not appear to be correct. Would you like me to do that now?")) + "not appear to be correct. Would you like me to do that now?", + browser, variable_get(VAR_BROWSER_BINARY))) vsystem("pkg_delete %s %s", !strcmp(variable_get(VAR_CPIO_VERBOSITY), "high") ? "-v" : "", browser); return DITEM_FAILURE | DITEM_RESTORE; } diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 8d0745a..3a835ae 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -60,7 +60,7 @@ #define PACKAGE_NETCON "commerce/netcon/bsd61" #define PACKAGE_PCNFSD "pcnfsd-93.02.16" #define PACKAGE_SAMBA "samba-1.9.15p8" -#define PACKAGE_LYNX "lynx-2.6fm" +#define PACKAGE_LYNX "lynx-2.7" /* device limits */ #define DEV_NAME_MAX 64 /* The maximum length of a device name */ |