summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/config.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-24 01:27:15 +0000
committerjkh <jkh@FreeBSD.org>1995-05-24 01:27:15 +0000
commit3ea9b3c64fbf9f43f0a19c20d54dd948f43e0dc4 (patch)
tree7e001d70a2e1ec65b4b789b26acd5bcd541a7c0b /usr.sbin/sysinstall/config.c
parentf0c47d8f7975c482cc2c356b5bbdd466631556a7 (diff)
downloadFreeBSD-src-3ea9b3c64fbf9f43f0a19c20d54dd948f43e0dc4.zip
FreeBSD-src-3ea9b3c64fbf9f43f0a19c20d54dd948f43e0dc4.tar.gz
Add a final configuration menu and the beginnings of the backing code
for it. The ftp installation method is working well enough to test. Many more bug fixes, says Gary.
Diffstat (limited to 'usr.sbin/sysinstall/config.c')
-rw-r--r--usr.sbin/sysinstall/config.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c
index 881d875..c15d364 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: config.c,v 1.1 1995/05/23 02:40:50 jkh Exp $
+ * $Id: config.c,v 1.2 1995/05/23 18:06:12 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -212,3 +212,16 @@ config_resolv(void)
fclose(fp);
alreadyDone = TRUE;
}
+
+int
+config_packages(char *str)
+{
+ return 0;
+}
+
+int
+config_ports(char *str)
+{
+ return 0;
+}
+
OpenPOWER on IntegriCloud