summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakpxe
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-02-26 13:58:08 +0000
committerFrancois Pons <fpons@mandriva.com>2003-02-26 13:58:08 +0000
commit5f73e4c1455a8a0a48f5b90129670078ce82bdab (patch)
tree5913357f8f346201fbe54121d72e7f9d3996610a /perl-install/standalone/drakpxe
parentb5eca05c010ff199990563720872d5dd4e81e635 (diff)
downloaddrakx-backup-do-not-use-5f73e4c1455a8a0a48f5b90129670078ce82bdab.tar
drakx-backup-do-not-use-5f73e4c1455a8a0a48f5b90129670078ce82bdab.tar.gz
drakx-backup-do-not-use-5f73e4c1455a8a0a48f5b90129670078ce82bdab.tar.bz2
drakx-backup-do-not-use-5f73e4c1455a8a0a48f5b90129670078ce82bdab.tar.xz
drakx-backup-do-not-use-5f73e4c1455a8a0a48f5b90129670078ce82bdab.zip
switched to apache2 instead of apache (avoid problem with apache-mod_perl).
Diffstat (limited to 'perl-install/standalone/drakpxe')
-rwxr-xr-xperl-install/standalone/drakpxe2
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;