From 3c5112d6c6ed6bb95a60edc2d6ff56e0c0b681e5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Sep 2004 07:35:37 +0000 Subject: oops, i missed a ->cleanupPrinter here. inline it here too --- perl-install/install_steps_interactive.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8fa31372d..c8e44eb4f 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1146,7 +1146,12 @@ sub summary { $o->summary_prompt(\@l, $check_complete); - $o->cleanupPrinter; + if ($o->{printer}) { + #- Clean up $o->{printer} so that the records for an auto-installation + #- contain only the important stuff + require printer::printerdrake; + printer::printerdrake::final_cleanup($o->{printer}); + } install_steps::configureTimezone($o) if !$timezone_manually_set; #- do not forget it. } -- cgit v1.2.1