diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-22 01:33:02 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-22 01:33:02 +0000 |
| commit | 2c4c63e4c98df03e4aa9649bf0662553333fa17f (patch) | |
| tree | 608ef9307125598be4d20cf82f858dee292d462b /usr.sbin/sysinstall/index.c | |
| parent | e27e7f980f111fd1a11c15f5079dcf81aeb550c1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
| -rw-r--r-- | usr.sbin/sysinstall/index.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 8cf6fa0e66d9..8b9dcfc4fd78 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.13 1995/10/20 21:57:08 jkh Exp $ + * $Id: index.c,v 1.14 1995/10/21 14:06:44 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -558,7 +558,7 @@ index_extract(Device *dev, PkgNodePtr plist) for (tmp = plist->kids; tmp; tmp = tmp->next) { if (package_extract(dev, tmp->name) != RET_SUCCESS) { - if (variable_get(OPT_NO_CONFIRM)) + if (variable_get(VAR_NO_CONFIRM)) msgNotify("Unable to locate package %s..", tmp->name); else msgConfirm("Unable to locate package %s..", tmp->name); |
