diff options
author | jkh <jkh@FreeBSD.org> | 1997-06-09 01:19:44 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-06-09 01:19:44 +0000 |
commit | 328d28c6502cfec45b8ead98e18b2d8638499efb (patch) | |
tree | 91a35269e727dd596e470253bab31a240d3eba80 /usr.sbin/sysinstall/sysinstall.h | |
parent | 26556dc47f619072bd63b095b25d8a5b41d8957d (diff) | |
download | FreeBSD-src-328d28c6502cfec45b8ead98e18b2d8638499efb.zip FreeBSD-src-328d28c6502cfec45b8ead98e18b2d8638499efb.tar.gz |
1. Make it possible to set up all the TCP/IP values from a script.
2. Update to XFree86 3.3
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 5b8eb2e..b7926b9 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.130 1997/05/22 21:26:11 jkh Exp $ + * $Id: sysinstall.h,v 1.131 1997/06/05 09:48:01 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -129,6 +129,7 @@ #define VAR_MEDIA_TIMEOUT "MEDIA_TIMEOUT" #define VAR_NAMESERVER "nameserver" #define VAR_NETMASK "netmask" +#define VAR_NETWORK_DEVICE "netDev" #define VAR_NFS_PATH "nfs" #define VAR_NFS_HOST "nfsHost" #define VAR_NFS_SECURE "nfsSecure" |