diff options
author | Florent Villard <warly@mandriva.com> | 2003-08-22 19:59:48 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-08-22 19:59:48 +0000 |
commit | 150bc87396011253a541ca0ad32250e926ab0ecc (patch) | |
tree | 1b90808250fc42a37248dfeb726b55f8203e8ba2 /web_wizard/scripts | |
parent | 817bcd2c3a985552620cece5905d5b5982ae14c4 (diff) | |
download | drakwizard-150bc87396011253a541ca0ad32250e926ab0ecc.tar drakwizard-150bc87396011253a541ca0ad32250e926ab0ecc.tar.gz drakwizard-150bc87396011253a541ca0ad32250e926ab0ecc.tar.bz2 drakwizard-150bc87396011253a541ca0ad32250e926ab0ecc.tar.xz drakwizard-150bc87396011253a541ca0ad32250e926ab0ecc.zip |
switch to perl only
Diffstat (limited to 'web_wizard/scripts')
-rw-r--r-- | web_wizard/scripts/Apache2conf.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_wizard/scripts/Apache2conf.pm b/web_wizard/scripts/Apache2conf.pm index b538fe74..94d284ce 100644 --- a/web_wizard/scripts/Apache2conf.pm +++ b/web_wizard/scripts/Apache2conf.pm @@ -15,6 +15,7 @@ sub check { 0; } +a my $file = "/etc/httpd/conf/httpd2.conf"; my $root; |