summaryrefslogtreecommitdiff
path: root/release/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-05-22 04:10:10 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-05-22 04:10:10 +0000
commitd5c8c609ec539d0beb66f6c7dc2371e4b9051bc5 (patch)
tree58b2ba3921c0a7d9794d9228a8d6aa7ca9d43413 /release/sysinstall/dispatch.c
parent71a7c1fda39bade72d0b1a0d3a3462fd818d656c (diff)
Notes
Diffstat (limited to 'release/sysinstall/dispatch.c')
-rw-r--r--release/sysinstall/dispatch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c
index 62ca9a47524a..84d968a068aa 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.5.2.5 1997/03/09 22:37:51 jkh Exp $
+ * $Id: dispatch.c,v 1.5.2.6 1997/03/10 21:10:34 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -44,7 +44,6 @@ static struct _word {
int (*handler)(dialogMenuItem *self);
} resWords[] = {
{ "configAnonFTP", configAnonFTP },
- { "configApache", configApache },
{ "configRouter", configRouter },
{ "configNFSServer", configNFSServer },
{ "configSamba", configSamba },