summaryrefslogtreecommitdiffstats
path: root/mgaonline_agent.pl
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-02-16 23:08:05 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-02-16 23:08:05 +0100
commit30593e1b11320b0006351db97766b8c93af728fd (patch)
treee9de8c2bb3026510f01ec1bf7189cbf3113f8e5c /mgaonline_agent.pl
parentbe4ff1644a3dfeea87b1df54fc2e54fa14961b1a (diff)
downloadmgaonline-30593e1b11320b0006351db97766b8c93af728fd.tar
mgaonline-30593e1b11320b0006351db97766b8c93af728fd.tar.gz
mgaonline-30593e1b11320b0006351db97766b8c93af728fd.tar.bz2
mgaonline-30593e1b11320b0006351db97766b8c93af728fd.tar.xz
mgaonline-30593e1b11320b0006351db97766b8c93af728fd.zip
Remove apparently unused get_product_info subroutine
Diffstat (limited to 'mgaonline_agent.pl')
-rwxr-xr-xmgaonline_agent.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgaonline_agent.pl b/mgaonline_agent.pl
index 642bfd9c..d7bae8e5 100755
--- a/mgaonline_agent.pl
+++ b/mgaonline_agent.pl
@@ -41,14 +41,14 @@ logconfig(
'-driver' => Log::Agent::Driver::File->make(
'-prefix' => $0,
'-showpid' => 1,
- '-file' => 'mdvonline.log',
+ '-file' => 'mgaonline.log',
),
#-caller => [ -display => '($sub/$line)', -postfix => 1 ],
'-priority' => [ '-display' => '[$priority]' ],
);
logsay "==================";
-mgaonline::is_running('mdvonline_agent') and die "mdvonline_agent already running\n";
+mgaonline::is_running('mgaonline_agent') and die "mgaonline_agent already running\n";
require_root_capability();
my %conf = mgaonline::get_configuration();