Skip to content
Snippets Groups Projects
Commit cf493a48 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Revert "Snaha o spravny revert"

This reverts commit 6d747ced.
parent 5aadf81f
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ our %DEFAULTS = ...@@ -16,7 +16,7 @@ our %DEFAULTS =
GENERAL_method => ( "stdout" ), GENERAL_method => ( "stdout" ),
GENERAL_logfile => "var/log/receiver.log", GENERAL_logfile => "var/log/receiver.log",
GENERAL_wardenpath => "/opt/warden/client", GENERAL_wardenpath => "/opt/warden/client",
GENERAL_requested_type => "_all_", GENERAL_requested_type => "",
FILE_directory => "var/fileout/", FILE_directory => "var/fileout/",
FILE_method => "append", FILE_method => "append",
......
...@@ -13,7 +13,7 @@ use WardenApp::Constants; ...@@ -13,7 +13,7 @@ use WardenApp::Constants;
use constant GENERAL_CONFIG_FILE => "$Bin/../etc/receiver.conf"; use constant GENERAL_CONFIG_FILE => "$Bin/../etc/receiver.conf";
use constant DB_CONFIG_FILE => "$Bin/../etc/db.conf"; use constant DB_CONFIG_FILE => "$Bin/../etc/db.conf";
use constant RECEIVER_SECTION => 'receiver'; use constant RECEIVER_SECTION => 'receiver';
use constant DEFAULT_REQ_ALL => "_all_"; use constant DEFAULT_REQ_ALL => undef;
use constant TRUE => 1; use constant TRUE => 1;
use constant FALSE => 0; use constant FALSE => 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment