From 79e35cf523a1f6b29dc7096c2bbe04e6173b1a73 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 15 Jul 2002 16:33:42 +0000 Subject: - isStandalone is set in standalone.pm, removed. --- perl-install/standalone/draksec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index a04202f48..8c1e4d876 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -36,7 +36,6 @@ local $_ = join '', @ARGV; $::expert = /-expert/ || cat_("/etc/sysconfig/system") =~ /^CLASS="?expert/m; #" $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; -$::isStandalone=1; my $in = 'interactive'->vnew('su', 'security'); begin: -- cgit v1.2.1