From 5ce4b1077d6c4c56e0ecef39fffc950509883216 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 22 May 1997 00:17:11 +0000 Subject: 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). --- release/sysinstall/options.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'release/sysinstall/options.c') diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index d418110..1b49978 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id$ + * $Id: options.c,v 1.53 1997/02/07 04:26:46 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -101,7 +101,6 @@ mediaCheck(Option opt) #define PKG_PROMPT "Please specify a temporary directory with lots of free space:" #define INSTROOT_PROMPT "Please specify a root directory if installing somewhere other than /" #define TIMEOUT_PROMPT "Please specify the number of seconds to wait for slow media:" -#define APACHE_PKG_PROMPT "Please specify the package name for the Apache WEB server:" #define SAMBA_PKG_PROMPT "Please specify the package name for the Samba server:" #define GATED_PKG_PROMPT "Please specify the package name for the gated software:" #define PCNFSD_PKG_PROMPT "Please specify the package name for the PCNFSD server:" @@ -137,8 +136,6 @@ static Option Options[] = { OPT_IS_VAR, TIMEOUT_PROMPT, VAR_MEDIA_TIMEOUT, varCheck }, { "Package Temp", "The directory where package temporary files should go", OPT_IS_VAR, PKG_PROMPT, VAR_PKG_TMPDIR, varCheck }, -{ "Apache package", "The name of the Apache package to install if requested", - OPT_IS_VAR, APACHE_PKG_PROMPT, VAR_APACHE_PKG, varCheck }, { "Samba package", "The name of the Samba package to install if requested", OPT_IS_VAR, SAMBA_PKG_PROMPT, VAR_SAMBA_PKG, varCheck }, { "Gated package", "The name of the gated package to install if requested", -- cgit v1.1