summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-11-12 11:12:25 +0000
committerjkh <jkh@FreeBSD.org>1995-11-12 11:12:25 +0000
commit562c329574ee605b24e75a514fd3eaae27e89aa5 (patch)
treedd4741716b30debb05ac95d2728207ee49505439 /release
parentfa84a4fb07e91e5fdc71dcd9417f40c8cc225f34 (diff)
downloadFreeBSD-src-562c329574ee605b24e75a514fd3eaae27e89aa5.zip
FreeBSD-src-562c329574ee605b24e75a514fd3eaae27e89aa5.tar.gz
Some additional cosmetic tweaks.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/installFinal.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/sysinstall/installFinal.c b/release/sysinstall/installFinal.c
index a5f937f..4734c6b 100644
--- a/release/sysinstall/installFinal.c
+++ b/release/sysinstall/installFinal.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: installFinal.c,v 1.18 1995/11/09 02:31:59 jkh Exp $
+ * $Id: installFinal.c,v 1.19 1995/11/12 07:27:58 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard & Coranth Gryphon. All rights reserved.
@@ -204,8 +204,7 @@ configNFSServer(char *unused)
vsystem("echo '# You should replace these lines with your actual exported filesystems.' >> /etc/exports");
vsystem("echo >> /etc/exports");
dialog_clear();
- msgNotify("Uncompressing the editor.. Please wait.");
- systemExecute("ee /etc/exports");
+ systemExecute("/stand/ee /etc/exports");
}
variable_set2("nfs_server", "YES");
return RET_SUCCESS;
OpenPOWER on IntegriCloud