2012-04-24 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Merged from 4.0 branch. Leave the secondary server password empty by default. Fixes bug #3519520. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6126 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
224c8501a4
commit
5da03e4bba
|
@ -1,3 +1,8 @@
|
|||
2012-04-24 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_agent: Merged from 4.0 branch. Leave the secondary server
|
||||
password empty by default. Fixes bug #3519520.
|
||||
|
||||
2012-04-20 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_agent_installer: Removed an unused variable.
|
||||
|
|
|
@ -152,7 +152,7 @@ my %Conf = (
|
|||
'secondary_server_path' => '/var/spool/pandora/data_in',
|
||||
'secondary_server_port' => 41121,
|
||||
'secondary_transfer_mode' => 'tentacle',
|
||||
'secondary_server_pwd' => 'mypassword',
|
||||
'secondary_server_pwd' => '',
|
||||
'secondary_server_ssl' => 'no',
|
||||
'secondary_server_opts' => '',
|
||||
'autotime' => 0,
|
||||
|
|
Loading…
Reference in New Issue