X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fwin32%2Fservice-start.c;h=057f142cff8253362174cbdd0dce37e5ee3a7363;hp=24d30e22f613d8fc349f6d75877443ec1de8fc89;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/win32/service-start.c b/src/win32/service-start.c index 24d30e2..057f142 100644 --- a/src/win32/service-start.c +++ b/src/win32/service-start.c @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/win32/service-start.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 #include @@ -22,7 +23,7 @@ int main(int argc, char **argv) printf("%s: Attempting to start ossec.", argv[0]); system("net start OssecSvc"); - + system("pause"); return(0); }