summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2007-06-25 16:37:17 +0000
committerphilip <philip@FreeBSD.org>2007-06-25 16:37:17 +0000
commit9caeeb576e4bf721172da5eb523aa288d5bae3e5 (patch)
tree44bec475d5d95cd84a7407293d078dfef6ce5d71 /usr.sbin/sysinstall/install.c
parent038c1f6362a2d26ae876ba58fb4c9c3e25c355c3 (diff)
downloadFreeBSD-src-9caeeb576e4bf721172da5eb523aa288d5bae3e5.zip
FreeBSD-src-9caeeb576e4bf721172da5eb523aa288d5bae3e5.tar.gz
Fix a number of documentation-lags-behind-reality bugs in sysinstall(8).
While here, fix a couple of comments too. Submitted by: Oliver Fromme <olli -at- lurza.secnetix.de> Approved by: re (kensmith)
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 9aff853..cd44a7e 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -322,8 +322,8 @@ installFixitHoloShell(dialogMenuItem *self)
{
FixItMode = 1;
systemCreateHoloshell();
- return DITEM_SUCCESS;
FixItMode = 0;
+ return DITEM_SUCCESS;
}
int
OpenPOWER on IntegriCloud