aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/doc.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-10-20 14:26:15 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-10-20 14:26:15 +0000
commit95d12914c46b9370ded76732baa52c2bdcaccdbc (patch)
tree8c824cd0ebb3aa3f5a0fce0173efb0ba4212c6a7 /usr.sbin/sysinstall/doc.c
parent29dd7e5407a9be97aab0cac6c446501b8fc6a9d6 (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall/doc.c')
-rw-r--r--usr.sbin/sysinstall/doc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/doc.c b/usr.sbin/sysinstall/doc.c
index a173c6bc1611a..8b2c20d097ca6 100644
--- a/usr.sbin/sysinstall/doc.c
+++ b/usr.sbin/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;