From ed92a46fec1f2e7c2477ea46eed90db77979d9d9 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 15 Jul 2002 15:44:22 +0000 Subject: - set isStandalone to 1 to center wait messages --- perl-install/standalone/draksec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index ca7337c81..a04202f48 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -30,11 +30,13 @@ use security::msec; local $_ = join '', @ARGV; + /-h/ and die "usage: draksec [--expert]\n"; $::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