summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-22 00:17:11 +0000
committerjkh <jkh@FreeBSD.org>1997-05-22 00:17:11 +0000
commit5ce4b1077d6c4c56e0ecef39fffc950509883216 (patch)
tree0b92a47c268cdd20c6bdd7bd90849d9a359eef65 /usr.sbin/sysinstall/dispatch.c
parent83c2047251eded6c6271c975431da08afa83f836 (diff)
downloadFreeBSD-src-5ce4b1077d6c4c56e0ecef39fffc950509883216.zip
FreeBSD-src-5ce4b1077d6c4c56e0ecef39fffc950509883216.tar.gz
Actually, rethink last commit and simply remove the apache configuration
entirely, as promised earlier (it's outdated now and doesn't really belong in sysinstall).
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index bcc587f..7e8c446 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.11 1997/03/09 22:25:43 jkh Exp $
+ * $Id: dispatch.c,v 1.12 1997/03/10 21:11:52 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 },
OpenPOWER on IntegriCloud