From 30593e1b11320b0006351db97766b8c93af728fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 16 Feb 2015 23:08:05 +0100 Subject: Remove apparently unused get_product_info subroutine --- mgaonline_agent.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mgaonline_agent.pl') 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(); -- cgit v1.2.1