From 5f73e4c1455a8a0a48f5b90129670078ce82bdab Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 26 Feb 2003 13:58:08 +0000 Subject: switched to apache2 instead of apache (avoid problem with apache-mod_perl). --- perl-install/standalone/drakpxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakpxe') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 6bd222a53..2489a8f05 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -220,7 +220,7 @@ Leave it blank if you do not want to set up automatic installation mode. my %rpm2file = ('dhcp-server' => '/usr/sbin/dhcpd', 'pxe' => '/usr/sbin/pxe', 'tftp-server' => '/usr/sbin/in.tftpd', - 'apache' => '/usr/sbin/httpd'); + 'apache2' => '/usr/sbin/httpd2'); #- first: try to install all in one step my @needed_to_install = grep { !-e $rpm2file{$_} } keys %rpm2file; -- cgit v1.2.1