X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fwin32%2Fservice-start.c;h=057f142cff8253362174cbdd0dce37e5ee3a7363;hb=927951d1c1ad45ba9e7325f07d996154a91c911b;hp=a804b06a96d05adc87a47d91a6e564dc84025384;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/win32/service-start.c b/src/win32/service-start.c index a804b06..057f142 100644 --- a/src/win32/service-start.c +++ b/src/win32/service-start.c @@ -1,14 +1,15 @@ -/* @(#) $Id: service-start.c,v 1.5 2009/06/24 18:53:10 dcid Exp $ */ +/* @(#) $Id: ./src/win32/service-start.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights 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 */ - + #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); }