summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/index.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-10-22 01:33:02 +0000
committerjkh <jkh@FreeBSD.org>1995-10-22 01:33:02 +0000
commit1d0b031279893f7cefaf171f452d26935986b98d (patch)
tree608ef9307125598be4d20cf82f858dee292d462b /usr.sbin/sysinstall/index.c
parent16a13547361f91857580b9ad524a5e8f41a7768a (diff)
downloadFreeBSD-src-1d0b031279893f7cefaf171f452d26935986b98d.zip
FreeBSD-src-1d0b031279893f7cefaf171f452d26935986b98d.tar.gz
Style police throughout.
Fix the ppp startup code. Make the disklabel and fdisk screens "automatable"
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
-rw-r--r--usr.sbin/sysinstall/index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index 8cf6fa0..8b9dcfc 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);
OpenPOWER on IntegriCloud