From 7cfab9702e4e2fd16c73bbceb2e02cb01950c94b Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 28 Mar 2008 15:05:45 +0000 Subject: rename variable --- proxy_wizard/Squid.pm | 4 ++-- web_wizard/Apache.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm index b7ce3ee3..d47c86e2 100755 --- a/proxy_wizard/Squid.pm +++ b/proxy_wizard/Squid.pm @@ -234,8 +234,8 @@ sub do_it { $::testing and return; my $in = 'interactive'->vnew('su', 'Squid Config'); if (!services::starts_on_boot('squid')) { - my $start_httpd = $in->ask_yesorno(N("Start %s server on boot", "squid"), N("Would you like to start the %s service automatically on every boot?", "squid"), 1); - if ($start_httpd) { + my $start_service = $in->ask_yesorno(N("Start %s server on boot", "squid"), N("Would you like to start the %s service automatically on every boot?", "squid"), 1); + if ($start_service) { services::start_service_on_boot('squid'); } } diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 30a2e772..b35905a7 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -249,8 +249,8 @@ sub do_it { $::testing and return; my $in = 'interactive'->vnew('su', 'Apache'); if (!services::starts_on_boot('httpd')) { - my $start_httpd = $in->ask_yesorno(N("Start %s server on boot", "httpd"), N("Would you like to start the %s service automatically on every boot?", "httpd"), 1); - if ($start_httpd) { + my $start_service = $in->ask_yesorno(N("Start %s server on boot", "httpd"), N("Would you like to start the %s service automatically on every boot?", "httpd"), 1); + if ($start_service) { services::start_service_on_boot('httpd'); } } -- cgit v1.2.1