diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-07-15 16:33:42 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-07-15 16:33:42 +0000 |
commit | 79e35cf523a1f6b29dc7096c2bbe04e6173b1a73 (patch) | |
tree | 6e14b5fa5c9f3bfe171b1756bfc7004e5fc75617 | |
parent | e88b3741be261a0f145f718d495702739d52db7b (diff) | |
download | drakx-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.tar drakx-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.tar.gz drakx-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.tar.bz2 drakx-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.tar.xz drakx-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.zip |
- isStandalone is set in standalone.pm, removed.
-rwxr-xr-x | perl-install/standalone/draksec | 1 |
1 files changed, 0 insertions, 1 deletions
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: |