diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-22 12:14:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-22 12:14:20 +0000 |
commit | 213e385df136bdea70f5edfcbb85336120c87c96 (patch) | |
tree | 8113676579032fc7c64c2e68119e4814d40185d0 /perl-install/install_steps_interactive.pm | |
parent | 12b224d0ed08d9adb5bb342768e441901b0e530c (diff) | |
download | drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.gz drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.bz2 drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.xz drakx-213e385df136bdea70f5edfcbb85336120c87c96.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 2de1d75ce..b664433d1 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -24,7 +24,7 @@ use raid; use mouse; use modules; use lang; -use any; +use services; use keyboard; use fs; use log; @@ -554,7 +554,7 @@ sub timeConfig { #------------------------------------------------------------------------------ sub servicesConfig { my ($o) = @_; - any::drakxservices($o, $o->{prefix}); + services::drakxservices($o, $o->{prefix}); } #------------------------------------------------------------------------------ |