summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-07-15 16:33:42 +0000
committerDaouda Lo <daouda@mandriva.com>2002-07-15 16:33:42 +0000
commit79e35cf523a1f6b29dc7096c2bbe04e6173b1a73 (patch)
tree6e14b5fa5c9f3bfe171b1756bfc7004e5fc75617
parente88b3741be261a0f145f718d495702739d52db7b (diff)
downloaddrakx-backup-do-not-use-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.tar
drakx-backup-do-not-use-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.tar.gz
drakx-backup-do-not-use-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.tar.bz2
drakx-backup-do-not-use-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.tar.xz
drakx-backup-do-not-use-79e35cf523a1f6b29dc7096c2bbe04e6173b1a73.zip
- isStandalone is set in standalone.pm, removed.
-rwxr-xr-xperl-install/standalone/draksec1
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: