summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-05 12:36:12 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-05 12:36:12 +0000
commit2ddb7d0c24e31ce4274c6e997ea93d05c9d56424 (patch)
tree2fdf7cba65ed56b673b85339f9778a22c013d19a /perl-install/standalone/drakups
parented9c0ad801fc21480be881a12e3fb05064afaca5 (diff)
downloaddrakx-backup-do-not-use-2ddb7d0c24e31ce4274c6e997ea93d05c9d56424.tar
drakx-backup-do-not-use-2ddb7d0c24e31ce4274c6e997ea93d05c9d56424.tar.gz
drakx-backup-do-not-use-2ddb7d0c24e31ce4274c6e997ea93d05c9d56424.tar.bz2
drakx-backup-do-not-use-2ddb7d0c24e31ce4274c6e997ea93d05c9d56424.tar.xz
drakx-backup-do-not-use-2ddb7d0c24e31ce4274c6e997ea93d05c9d56424.zip
use new wizards API
Diffstat (limited to 'perl-install/standalone/drakups')
-rwxr-xr-xperl-install/standalone/drakups2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups
index 5bb66c74f..969ee7b30 100755
--- a/perl-install/standalone/drakups
+++ b/perl-install/standalone/drakups
@@ -116,11 +116,11 @@ Do you prefer autodetect UPS devices connected to this machine or ?"),
name => N("UPS driver configuration") . "\n\n" . N("Please select your UPS model."),
data => [ { label => N("Manufacturer / Model:"), val => \$ups, list => $model_list,
type => 'combo', sort => 1, separator => '|' }, ],
- next => "driver",
post => sub {
($vendor, $model) = split(/\|/, $ups);
($name, $driver, $port) = ("myups", $ups_models->{$vendor}{$model}{driver}, "");
($driver) = split(/\s*/, $driver);
+ "driver";
},
},
driver => {