summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/config.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-02 10:44:31 +0000
committerjkh <jkh@FreeBSD.org>1996-10-02 10:44:31 +0000
commit957d8e74af760505041ffae9d9ed0a7adb772b2c (patch)
tree812540cf4975456e8d692732c8bcfab619ea6837 /release/sysinstall/config.c
parent12b9772c9180b78dae7da00d53ce33237d569b5a (diff)
downloadFreeBSD-src-957d8e74af760505041ffae9d9ed0a7adb772b2c.zip
FreeBSD-src-957d8e74af760505041ffae9d9ed0a7adb772b2c.tar.gz
One small policy tweak to something I like better.
Diffstat (limited to 'release/sysinstall/config.c')
-rw-r--r--release/sysinstall/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c
index 263a04d..bf3ac84 100644
--- a/release/sysinstall/config.c
+++ b/release/sysinstall/config.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: config.c,v 1.47 1996/08/03 10:10:40 jkh Exp $
+ * $Id: config.c,v 1.48 1996/10/02 10:32:28 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -630,7 +630,7 @@ configNovell(dialogMenuItem *self)
{
int ret = DITEM_SUCCESS;
- if (!RunningAsRoot) {
+ if (!RunningAsInit) {
msgConfirm("This package can only be installed in multi-user mode.");
return ret;
}
OpenPOWER on IntegriCloud