summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/doc.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-10-20 14:26:15 +0000
committerjkh <jkh@FreeBSD.org>1995-10-20 14:26:15 +0000
commit1379346bb90a5efc64820278c249eb5f3c71c4d0 (patch)
tree8c824cd0ebb3aa3f5a0fce0173efb0ba4212c6a7 /release/sysinstall/doc.c
parentce5e98528963ce9b87b2bd67a3fe0b8083af63d2 (diff)
downloadFreeBSD-src-1379346bb90a5efc64820278c249eb5f3c71c4d0.zip
FreeBSD-src-1379346bb90a5efc64820278c249eb5f3c71c4d0.tar.gz
Sync for Westhill build.
Diffstat (limited to 'release/sysinstall/doc.c')
-rw-r--r--release/sysinstall/doc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/doc.c b/release/sysinstall/doc.c
index a173c6b..8b2c20d 100644
--- a/release/sysinstall/doc.c
+++ b/release/sysinstall/doc.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id$
+ * $Id: doc.c,v 1.1 1995/10/20 07:03:40 jkh Exp $
*
* Jordan Hubbard
*
@@ -28,7 +28,7 @@ docBrowser(char *junk)
char *browser = variable_get(BROWSER_PACKAGE);
/* Make sure we were started at a reasonable time */
- if (!variable_get(SYSTEM_INSTALLED)) {
+ if (!strcmp(variable_get(SYSTEM_STATE), "init")) {
msgConfirm("Sorry, it's not possible to invoke the browser until the system\n"
"is installed completely enough to support a copy of %s.", browser);
return RET_FAIL;
OpenPOWER on IntegriCloud