Correct bogus msg dialog.

Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package).
This commit is contained in:
jkh 1997-02-15 13:18:19 +00:00
parent d259caf3f5
commit 2ba9068643
5 changed files with 9 additions and 7 deletions

View File

@ -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;
}

View File

@ -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 */

View File

@ -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 */

View File

@ -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;
}

View File

@ -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 */