diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-21 17:59:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-21 17:59:09 +0000 |
commit | c18552d7a02dfc62ce43160b58db8ad606085cee (patch) | |
tree | f61e497217998ebf66bc727ea95c8416d131144a /perl-install/install_steps_interactive.pm | |
parent | 00845c290fbfdf0015871323b10b3d90af613fca (diff) | |
download | drakx-c18552d7a02dfc62ce43160b58db8ad606085cee.tar drakx-c18552d7a02dfc62ce43160b58db8ad606085cee.tar.gz drakx-c18552d7a02dfc62ce43160b58db8ad606085cee.tar.bz2 drakx-c18552d7a02dfc62ce43160b58db8ad606085cee.tar.xz drakx-c18552d7a02dfc62ce43160b58db8ad606085cee.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 731c6ba3d..261fc0d47 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -24,6 +24,7 @@ use raid; use mouse; use modules; use lang; +use any; use keyboard; use fs; use log; @@ -551,7 +552,11 @@ sub timeConfig { } #------------------------------------------------------------------------------ -#-sub servicesConfig {} +sub servicesConfig { + my ($o) = @_; + any::drakxservices($o, $o->{prefix}); +} + #------------------------------------------------------------------------------ sub printerConfig($) { my ($o) = @_; |