mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
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
a43e26780f
commit
4288368137
@ -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>
|
2006-11-27 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* pandora_server/data_in: Removed old directory.
|
* pandora_server/data_in: Removed old directory.
|
||||||
|
|
||||||
* pandora_server/config/pandora_server.conf: Changed data_in directory to
|
* pandora_server/config/pandora_server.conf: Changed data_in
|
||||||
/var/spool/pandora/data_in.
|
directory to /var/spool/pandora/data_in.
|
||||||
|
|
||||||
2006-11-27 Manuel Arostegui <marostegui@artica.es>
|
2006-11-27 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
@ -15,16 +19,17 @@
|
|||||||
|
|
||||||
2006-11-23 Raul Mateos <raulofpandora@gmail.com>
|
2006-11-23 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* pandora_server/bin/pandora_config.pm: Updated some text from Linux to
|
* pandora_server/bin/pandora_config.pm: Updated some text from
|
||||||
GNU/Linux. Update build date and final version.
|
Linux to GNU/Linux. Update build date and final version.
|
||||||
|
|
||||||
* pandora_server/config/pandora_server.conf: Changed servername from
|
* pandora_server/config/pandora_server.conf: Changed servername
|
||||||
"daeva" to localhost.
|
from "daeva" to localhost.
|
||||||
|
|
||||||
2006-11-22 Manuel Arostegui <marostegui@artica.es>
|
2006-11-22 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added
|
* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*:
|
||||||
to repository. Added specs files for Fedora Core 5 and RHEL.
|
Added to repository. Added specs files for Fedora Core 5 and
|
||||||
|
RHEL.
|
||||||
|
|
||||||
2006-11-13 Sancho Lerena <slerena@artica.es>
|
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);
|
logger ($pa_config, "[ERROR] Error processing XML contents in $file_data",0);
|
||||||
copy ($file_data,$file_data."_BADXML");
|
copy ($file_data,$file_data."_BADXML");
|
||||||
if (($pa_config->{'pandora_check'} == 1) && ( -e $file_md5 )) {
|
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);
|
procesa_datos($pa_config, $config, $dbh);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user