2006-11-29 Sancho Lerena <slerena@artica.es>
* pandora_server/pandora_server.pl: Fixed BUG #1604778. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@288 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e6741b74bb
commit
8817e7129f
|
@ -1,9 +1,13 @@
|
|||
2006-11-29 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_server/pandora_server.pl: Fixed BUG #1604778.
|
||||
|
||||
2006-11-27 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandora_server/data_in: Removed old directory.
|
||||
|
||||
* pandora_server/config/pandora_server.conf: Changed data_in directory to
|
||||
/var/spool/pandora/data_in.
|
||||
* pandora_server/config/pandora_server.conf: Changed data_in
|
||||
directory to /var/spool/pandora/data_in.
|
||||
|
||||
2006-11-27 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
|
@ -15,16 +19,17 @@
|
|||
|
||||
2006-11-23 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandora_server/bin/pandora_config.pm: Updated some text from Linux to
|
||||
GNU/Linux. Update build date and final version.
|
||||
* pandora_server/bin/pandora_config.pm: Updated some text from
|
||||
Linux to GNU/Linux. Update build date and final version.
|
||||
|
||||
* pandora_server/config/pandora_server.conf: Changed servername from
|
||||
"daeva" to localhost.
|
||||
* pandora_server/config/pandora_server.conf: Changed servername
|
||||
from "daeva" to localhost.
|
||||
|
||||
2006-11-22 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added
|
||||
to repository. Added specs files for Fedora Core 5 and RHEL.
|
||||
* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*:
|
||||
Added to repository. Added specs files for Fedora Core 5 and
|
||||
RHEL.
|
||||
|
||||
2006-11-13 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ sub pandora_dataserver {
|
|||
logger ($pa_config, "[ERROR] Error processing XML contents in $file_data",0);
|
||||
copy ($file_data,$file_data."_BADXML");
|
||||
if (($pa_config->{'pandora_check'} == 1) && ( -e $file_md5 )) {
|
||||
copy ($file_md5,$file_md5."_BADCHECKUM");
|
||||
copy ($file_md5,$file_md5."_BADCHECKSUM");
|
||||
}
|
||||
}
|
||||
procesa_datos($pa_config, $config, $dbh);
|
||||
|
|
Loading…
Reference in New Issue