summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-04 12:56:33 +0000
committerjkh <jkh@FreeBSD.org>1996-11-04 12:56:33 +0000
commitdbb1ac22554806eb446ac5fab51f7631ac8e8908 (patch)
tree24ab5ef3a9e8c6c96497e329275f17beee6c20a4 /usr.sbin/sysinstall/dispatch.c
parent979bb1227dbe6b90013fa5373022cd25ad268c40 (diff)
downloadFreeBSD-src-dbb1ac22554806eb446ac5fab51f7631ac8e8908.zip
FreeBSD-src-dbb1ac22554806eb446ac5fab51f7631ac8e8908.tar.gz
Use macros for package names so it's easier to update them in one
place (sysinstall.h) when packages change rev. Change the way that the routing daemon is configured entirely, to placate Joerg. Also auto-load gated if it's specified, while we're at it.
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index 3175c01..493f4d6 100644
--- a/usr.sbin/sysinstall/dispatch.c
+++ b/usr.sbin/sysinstall/dispatch.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dispatch.c,v 1.4 1996/07/02 10:57:51 jkh Exp $
+ * $Id: dispatch.c,v 1.5 1996/10/01 12:13:10 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -43,7 +43,7 @@ static struct _word {
} resWords[] = {
{ "configAnonFTP", configAnonFTP },
{ "configApache", configApache },
- { "configGated", configGated },
+ { "configRouter", configRouter },
{ "configNFSServer", configNFSServer },
{ "configSamba", configSamba },
{ "configPackages", configPackages },
OpenPOWER on IntegriCloud