From bfe50892f16ba10eae7e56bc0e969046f2a3cf4b Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 12 Mar 2001 21:26:06 +0000 Subject: Allow a script-using to disable the emergency holographic shell as a security measure. Requested by: "David E. Cross" --- usr.sbin/sade/install.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sade/install.c') diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 638530a..4c51dac 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -240,7 +240,8 @@ installInitial(void) status = DITEM_FAILURE; /* stick a helpful shell over on the 4th VTY */ - systemCreateHoloshell(); + if (!variable_get(VAR_NO_HOLOSHELL)) + systemCreateHoloshell(); alreadyDone = TRUE; return status; -- cgit v1.1