X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fwin32%2Fsetup-syscheck.c;h=c20bcfede93a6cac716cf77cb6371d6b69e887a8;hp=f27804d197ea42b8782a6b0be597a4e5677b6a9c;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/win32/setup-syscheck.c b/src/win32/setup-syscheck.c index f27804d..c20bcfe 100755 --- a/src/win32/setup-syscheck.c +++ b/src/win32/setup-syscheck.c @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/win32/setup-syscheck.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. @@ -8,7 +9,7 @@ * License (version 2) as published by the FSF - Free Software * Foundation */ - + #include "setup-shared.h" #include "os_xml/os_xml.h" @@ -22,7 +23,7 @@ int main(int argc, char **argv) { char *status; char *(xml_syscheck_status[])={"ossec_config","syscheck","disabled", NULL}; - + if(argc < 3) { printf("%s: Invalid syntax.\n", argv[0]);