summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-02-21 17:59:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-02-21 17:59:09 +0000
commitc18552d7a02dfc62ce43160b58db8ad606085cee (patch)
treef61e497217998ebf66bc727ea95c8416d131144a /perl-install/install_steps_interactive.pm
parent00845c290fbfdf0015871323b10b3d90af613fca (diff)
downloaddrakx-backup-do-not-use-c18552d7a02dfc62ce43160b58db8ad606085cee.tar
drakx-backup-do-not-use-c18552d7a02dfc62ce43160b58db8ad606085cee.tar.gz
drakx-backup-do-not-use-c18552d7a02dfc62ce43160b58db8ad606085cee.tar.bz2
drakx-backup-do-not-use-c18552d7a02dfc62ce43160b58db8ad606085cee.tar.xz
drakx-backup-do-not-use-c18552d7a02dfc62ce43160b58db8ad606085cee.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm7
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) = @_;