diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-20 16:13:43 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-20 16:13:43 +0000 |
| commit | 0f18f7f84ed8bc8fe9a17622e9061208536622cd (patch) | |
| tree | 00849bb9a56f689830a84b977a2126172dd74345 /release/sysinstall/apache.c | |
| parent | b25b7bc1bec8041b6492b6aa48d9efb49e7a3eec (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/apache.c')
| -rw-r--r-- | release/sysinstall/apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
