aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/dispatch.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-05-22 00:17:11 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-05-22 00:17:11 +0000
commitdc6995f3e1826ea23d962ed4f0813f29e9934157 (patch)
tree49be7955545e6ea7d222bcd76ced88d093b21a44 /usr.sbin/sade/dispatch.c
parente27779fc61bc4fd830a26d4b4d61d578302c9f1c (diff)
downloadsrc-dc6995f3e1826ea23d962ed4f0813f29e9934157.tar.gz
src-dc6995f3e1826ea23d962ed4f0813f29e9934157.zip
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).
Notes
Notes: svn path=/head/; revision=25989
Diffstat (limited to 'usr.sbin/sade/dispatch.c')
-rw-r--r--usr.sbin/sade/dispatch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sade/dispatch.c b/usr.sbin/sade/dispatch.c
index bcc587fd3c4d..7e8c446dfadc 100644
--- a/usr.sbin/sade/dispatch.c
+++ b/usr.sbin/sade/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 },