From 1fc52ee53fcbe5917db530a057ddf9d052e2a672 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 31 Aug 2005 16:40:33 +0000 Subject: initial deployment server support --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 606df646e..dc102aa52 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -946,6 +946,7 @@ Beware that some Mandriva Linux tools rely on the contents of some of these files... so remove any file from here at your own risk! " }; + install_any::deploy_server_notify($o) if exists $o->{deploy_server}; #- wait for remaining processes. foreach (@{$o->{waitpids}}) { waitpid $_, 0; -- cgit v1.2.1