aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-11-04 12:56:33 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-11-04 12:56:33 +0000
commit5def50038ad6e98183483eedaa3b180025426eda (patch)
tree24ab5ef3a9e8c6c96497e329275f17beee6c20a4 /release/sysinstall/dispatch.c
parentf542f7ff84f8deeba6b8f336eab86db285a44604 (diff)
Notes
Diffstat (limited to 'release/sysinstall/dispatch.c')
-rw-r--r--release/sysinstall/dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c
index 3175c013dc76..493f4d6c24b2 100644
--- a/release/sysinstall/dispatch.c
+++ b/release/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 },