X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fanalysisd%2Fmakelists.c;h=a5afd771205001619446b673a0c549bd3fdfad07;hp=929959250ef73ff0f5052f0aff2c03d49c83f7ee;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/analysisd/makelists.c b/src/analysisd/makelists.c index 9299592..a5afd77 100644 --- a/src/analysisd/makelists.c +++ b/src/analysisd/makelists.c @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/analysisd/makelists.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2010 Trend Micro Inc. * All rights reserved. @@ -8,7 +9,7 @@ * License (version 2) as published by the FSF - Free Software * Foundation. * - * License details at the LICENSE file included with OSSEC or + * License details at the LICENSE file included with OSSEC or * online at: http://www.ossec.net/en/licensing.html */ @@ -16,13 +17,13 @@ /* Part of the OSSEC * Available at http://www.ossec.net */ - + /* ossec-analysisd. * Responsible for correlation and log decoding. */ -#ifdef ARGV0 - #undef ARGV0 +#ifdef ARGV0 + #undef ARGV0 #define ARGV0 "ossec-testrule" #endif @@ -143,7 +144,7 @@ int main(int argc, char **argv) /* Found user */ debug1(FOUND_USER, ARGV0); - + /* Reading configuration file */ if(GlobalConf(cfg) < 0) { @@ -151,7 +152,7 @@ int main(int argc, char **argv) } debug1(READ_CONFIG, ARGV0); - + /* Setting the group */ if(Privsep_SetGroup(gid) < 0) ErrorExit(SETGID_ERROR,ARGV0,group); @@ -161,8 +162,8 @@ int main(int argc, char **argv) ErrorExit(CHROOT_ERROR,ARGV0,dir); nowChroot(); - - + + /* Createing the lists for use in rules */ Lists_OP_CreateLists();