From 9629507c573aebcf8c1051a7ed508097dcc0439c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 1 Aug 2000 18:28:23 +0000 Subject: no_comment --- perl-install/install_steps.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7adef9ce2..dfae6ebc1 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -638,7 +638,11 @@ sub timeConfig { } #------------------------------------------------------------------------------ -sub servicesConfig {} +sub servicesConfig { + my ($o) = @_; + require services; + services::doit($o, $o->{services}, $o->{prefix}) if $o->{services}; +} #------------------------------------------------------------------------------ sub printerConfig { my($o) = @_; -- cgit v1.2.1