aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/doc.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-02-15 13:18:19 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-02-15 13:18:19 +0000
commit9f5472632c54796f4eab005859b6753794f3a393 (patch)
tree3545d78192aeb6733747a9cdd9fd21b3635065a2 /release/sysinstall/doc.c
parent136b318913693331c16d40c7215aec41f3e41f7e (diff)
downloadsrc-9f5472632c54796f4eab005859b6753794f3a393.tar.gz
src-9f5472632c54796f4eab005859b6753794f3a393.zip
Correct bogus msg dialog.
Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package).
Notes
Notes: svn path=/head/; revision=22746
Diffstat (limited to 'release/sysinstall/doc.c')
-rw-r--r--release/sysinstall/doc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/sysinstall/doc.c b/release/sysinstall/doc.c
index 2fc1bd776f58..9d82f262863a 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;
}