summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-18 05:11:37 +0000
committerjkh <jkh@FreeBSD.org>1997-06-18 05:11:37 +0000
commit3c30be4b409d77562e7cc8c79edb4bf99916cdcb (patch)
tree08dd958cb16566653d69d3fb9d634c2f15d63bf0 /usr.sbin/sysinstall/sysinstall.h
parentafb7547b1d249b68744bfbd3888d2af97dc45b72 (diff)
downloadFreeBSD-src-3c30be4b409d77562e7cc8c79edb4bf99916cdcb.zip
FreeBSD-src-3c30be4b409d77562e7cc8c79edb4bf99916cdcb.tar.gz
1. Add a noWarn flag so that scripts can turn warnings off.
2. If hostname not set from script, bring up interactive dialog anyway.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 4f60d63..204ad3d 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: sysinstall.h,v 1.133 1997/06/13 14:21:21 jkh Exp $
+ * $Id: sysinstall.h,v 1.134 1997/06/13 17:55:32 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -135,6 +135,7 @@
#define VAR_NFS_SECURE "nfsSecure"
#define VAR_NFS_SERVER "nfs_server_enable"
#define VAR_NO_CONFIRM "noConfirm"
+#define VAR_NO_WARN "noWarn"
#define VAR_NONINTERACTIVE "nonInteractive"
#define VAR_NOVELL "novell"
#define VAR_PARTITION "partition"
OpenPOWER on IntegriCloud