diff options
author | Francois Pons <fpons@mandriva.com> | 2003-02-26 13:58:08 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-02-26 13:58:08 +0000 |
commit | 5f73e4c1455a8a0a48f5b90129670078ce82bdab (patch) | |
tree | 5913357f8f346201fbe54121d72e7f9d3996610a /perl-install/standalone/drakpxe | |
parent | b5eca05c010ff199990563720872d5dd4e81e635 (diff) | |
download | drakx-5f73e4c1455a8a0a48f5b90129670078ce82bdab.tar drakx-5f73e4c1455a8a0a48f5b90129670078ce82bdab.tar.gz drakx-5f73e4c1455a8a0a48f5b90129670078ce82bdab.tar.bz2 drakx-5f73e4c1455a8a0a48f5b90129670078ce82bdab.tar.xz drakx-5f73e4c1455a8a0a48f5b90129670078ce82bdab.zip |
switched to apache2 instead of apache (avoid problem with apache-mod_perl).
Diffstat (limited to 'perl-install/standalone/drakpxe')
-rwxr-xr-x | perl-install/standalone/drakpxe | 2 |
1 files changed, 1 insertions, 1 deletions
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; |