summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-17 08:07:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-17 08:07:43 +0000
commit336a0bf9555e157a8840c88e1a08614fb52499fc (patch)
treeee1e1f401a120bef451596d57d26521aae48dc0f /perl-install/install_steps_interactive.pm
parent62e4100e3f24b84b904f3fa77510fd9baa728ee7 (diff)
downloaddrakx-backup-do-not-use-336a0bf9555e157a8840c88e1a08614fb52499fc.tar
drakx-backup-do-not-use-336a0bf9555e157a8840c88e1a08614fb52499fc.tar.gz
drakx-backup-do-not-use-336a0bf9555e157a8840c88e1a08614fb52499fc.tar.bz2
drakx-backup-do-not-use-336a0bf9555e157a8840c88e1a08614fb52499fc.tar.xz
drakx-backup-do-not-use-336a0bf9555e157a8840c88e1a08614fb52499fc.zip
$::corporate is dead
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 6fd0462b9..b547b138d 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -428,7 +428,7 @@ sub choosePackages {
undef $w;
chooseGroups:
- $o->chooseGroups($packages, $compssUsers, $min_mark, \$individual, $max_size) if !$o->{isUpgrade} && !$::corporate && $o->{meta_class} ne 'desktop';
+ $o->chooseGroups($packages, $compssUsers, $min_mark, \$individual, $max_size) if !$o->{isUpgrade} && $o->{meta_class} ne 'desktop';
($o->{packages_}{ind}) =
pkgs::setSelectedFromCompssList($packages, $o->{rpmsrate_flags_chosen}, $min_mark, $availableC);
@@ -1161,7 +1161,7 @@ sub setRootPassword {
messages => N("Set root password"),
advanced_messages => authentication::kind2description(),
interactive_help_id => "setRootPassword",
- cancel => ($o->{security} <= 2 && !$::corporate ?
+ cancel => ($o->{security} <= 2 ?
#-PO: keep this short or else the buttons will not fit in the window
N("No password") : ''),
focus_first => 1,