diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-29 19:34:25 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-29 19:34:25 +0000 |
| commit | a9fa9c274b388e75c1da2a57a398139341e98e6c (patch) | |
| tree | d377b60302aac62a53b66380899805fb786b5c89 /release/sysinstall/apache.c | |
| parent | 07c77d857a3917c4a07b497066e4e3be39d51a59 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/apache.c')
| -rw-r--r-- | release/sysinstall/apache.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/release/sysinstall/apache.c b/release/sysinstall/apache.c index 3a2f4b2bc3e6..abad85a85b09 100644 --- a/release/sysinstall/apache.c +++ b/release/sysinstall/apache.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: apache.c,v 1.20 1996/04/28 01:07:20 jkh Exp $ + * $Id: apache.c,v 1.21 1996/04/28 03:26:44 jkh Exp $ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. @@ -402,7 +402,8 @@ configApache(dialogMenuItem *self) /* Be optimistic */ i = DITEM_SUCCESS; - + + dialog_clear(); 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(APACHE_PACKAGE); @@ -411,7 +412,7 @@ configApache(dialogMenuItem *self) "package. You may wish to fetch and configure it by hand by looking\n" "in /usr/ports/net/apache (in the ports collection) or looking for the\n" "precompiled apache package in packages/networking/%s.", APACHE_PACKAGE); - return i; + return i | DITEM_RESTORE; } dialog_clear(); |
