X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Ferror_messages%2Ferror_messages.h;fp=src%2Ferror_messages%2Ferror_messages.h;h=eb1bd1416c850e51d5dd2813bbbbaec4d8c68484;hp=d1e0ab7aa20f6914855010eb6794853895cf4cf1;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/error_messages/error_messages.h b/src/error_messages/error_messages.h index d1e0ab7..eb1bd14 100755 --- a/src/error_messages/error_messages.h +++ b/src/error_messages/error_messages.h @@ -1,11 +1,11 @@ -/* @(#) $Id: error_messages.h,v 1.88 2009/06/24 17:06:25 dcid Exp $ */ +/* @(#) $Id$ */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ @@ -48,6 +48,7 @@ #define UNLINK_ERROR "%s(1123): ERROR: Unable to delete file: '%s'." #define RENAME_ERROR "%s(1124): ERROR: Unable to rename file: '%s'." #define INT_ERROR "%s(1125): ERROR: Internal error (undefined)." +#define OPEN_ERROR "%s(1126): ERROR: Unable to open file '%s' reason '%s'" /* COMMON ERRORS */ @@ -72,6 +73,7 @@ #define SEND_ERROR "%s(1218): ERROR: Unable to send message to %s." #define RULESLOAD_ERROR "%s(1219): ERROR: Unable to access the rules directory." #define RULES_ERROR "%s(1220): ERROR: Error loading the rules: '%s'." +#define LISTS_ERROR "%s(1221): ERROR: Error loading the list: '%s'." #define QUEUE_SEND "%s(1224): ERROR: Error sending message to queue." #define SIGNAL_RECV "%s(1225): INFO: SIGNAL Received. Exit Cleaning..." #define XML_ERROR "%s(1226): ERROR: Error reading XML file '%s': %s (line %d)." @@ -302,7 +304,6 @@ #define SERVER_UNAV "%s: WARN: Server unavailable. Setting lock." #define SERVER_UP "%s: INFO: Server responded. Releasing lock." - /* Ossec alert messages */ #define OS_AD_STARTED "ossec: Ossec started." #define OS_AG_STARTED "ossec: Agent started: '%s->%s'."