From b764788dfc981685e609f551e4d72f1197f87384 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 16 Mar 2004 12:27:01 +0000 Subject: (alert_config) make it a wizard again (that is, with banner, "previous"/"next" buttons and the like) --- perl-install/standalone/logdrake | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/logdrake') 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; -- cgit v1.2.1