From 0f18f7f84ed8bc8fe9a17622e9061208536622cd Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 20 Jan 1997 16:13:43 +0000 Subject: Add extra variables for the configuration of all packages, not just the lynx browser. Submitted-By: David O'Brien --- release/sysinstall/apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/sysinstall/apache.c') diff --git a/release/sysinstall/apache.c b/release/sysinstall/apache.c index 86f69444968f..52acb90cd0ee 100644 --- a/release/sysinstall/apache.c +++ b/release/sysinstall/apache.c @@ -235,7 +235,7 @@ configApache(dialogMenuItem *self) dialog_clear_norefresh(); msgConfirm("Since you elected to install the WEB server, we'll now add the\n" "Apache HTTPD package and set up a few configuration files."); - i = package_add(PACKAGE_APACHE); + i = package_add(variable_get(VAR_APACHE_PKG)); if (DITEM_STATUS(i) != DITEM_SUCCESS) { msgConfirm("Hmmmmm. Looks like we weren't able to fetch the Apache WEB server\n" "package. You may wish to fetch and configure it by hand by looking\n" -- cgit v1.3