summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-09-17 16:18:22 +0000
committerpst <pst@FreeBSD.org>1997-09-17 16:18:22 +0000
commit4f718b5d5dce425cd7d4b8dffc42ead31b97e8be (patch)
tree65dfc78a88a3e556a4910bd8604818834a37b366 /usr.sbin/sysinstall/sysinstall.h
parent0dfe9b61e4cbf3786d7f51e0703645e80c84ef26 (diff)
downloadFreeBSD-src-4f718b5d5dce425cd7d4b8dffc42ead31b97e8be.zip
FreeBSD-src-4f718b5d5dce425cd7d4b8dffc42ead31b97e8be.tar.gz
Put all variables in VAR_ #define's to force a single location for all
of these magic knobs. This is purely cosmetic and a documentation issue so we don't have to glop through the source code looking for gems.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 0b77928..fad032a 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.139 1997/07/31 11:08:41 jkh Exp $
+ * $Id: sysinstall.h,v 1.140 1997/09/16 18:57:17 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -106,7 +106,8 @@
#define VAR_DOMAINNAME "domainname"
#define VAR_EDITOR "editor"
#define VAR_EXTRAS "ifconfig_"
-#define VAR_CONFIG_FILE "configFile"
+#define VAR_COMMAND "command"
+#define VAR_CONFIG_FILE "configFile"
#define VAR_FTP_DIR "ftpDirectory"
#define VAR_FTP_PASS "ftpPass"
#define VAR_FTP_PATH "ftp"
@@ -123,11 +124,13 @@
#define VAR_INSTALL_CFG "installConfig"
#define VAR_INSTALL_ROOT "installRoot"
#define VAR_IPADDR "ipaddr"
+#define VAR_KEYMAP "keymap"
#define VAR_LABEL "label"
#define VAR_LABEL_COUNT "labelCount"
#define VAR_MEDIA_TYPE "mediaType"
#define VAR_MEDIA_TIMEOUT "MEDIA_TIMEOUT"
#define VAR_NAMESERVER "nameserver"
+#define VAR_NETINTERACTIVE "netInteractive"
#define VAR_NETMASK "netmask"
#define VAR_NETWORK_DEVICE "netDev"
#define VAR_NFS_PATH "nfs"
@@ -139,6 +142,8 @@
#define VAR_NO_WARN "noWarn"
#define VAR_NONINTERACTIVE "nonInteractive"
#define VAR_NOVELL "novell"
+#define VAR_NTPDATE_FLAGS "ntpdate_flags"
+#define VAR_PACKAGE "package"
#define VAR_PARTITION "partition"
#define VAR_PCNFSD "pcnfsd"
#define VAR_PCNFSD_PKG "pcnfsd_pkg"
OpenPOWER on IntegriCloud