diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-16 12:27:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-16 12:27:01 +0000 |
commit | b764788dfc981685e609f551e4d72f1197f87384 (patch) | |
tree | b49faf4b78d2f95b80e35b34c7ea393d8bb9c61c /perl-install/standalone/logdrake | |
parent | 7f00fea6c35460d79eaa78fca2c9d0b039daa11d (diff) | |
download | drakx-b764788dfc981685e609f551e4d72f1197f87384.tar drakx-b764788dfc981685e609f551e4d72f1197f87384.tar.gz drakx-b764788dfc981685e609f551e4d72f1197f87384.tar.bz2 drakx-b764788dfc981685e609f551e4d72f1197f87384.tar.xz drakx-b764788dfc981685e609f551e4d72f1197f87384.zip |
(alert_config) make it a wizard again (that is, with banner,
"previous"/"next" buttons and the like)
Diffstat (limited to 'perl-install/standalone/logdrake')
-rwxr-xr-x | perl-install/standalone/logdrake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 7b3484712..dba36f2a6 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -413,6 +413,7 @@ sub alert_config() { my @installed_d = grep { -e "/etc/init.d/$_" } sort keys %$service; my %services_to_check = map { $_ => 1 } split(':', $options{SERVICES}); + $::isWizard = 1; use wizards; my $w = wizards->new; my $mode; |