X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fwin32%2Fservice-stop.c;h=1ffbb378c59f40132931506389886a2ee239b779;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=6db442bf7519669d9a69628a58fa60829cd537a1;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/win32/service-stop.c b/src/win32/service-stop.c index 6db442b..1ffbb37 100644 --- a/src/win32/service-stop.c +++ b/src/win32/service-stop.c @@ -1,14 +1,15 @@ -/* @(#) $Id: service-stop.c,v 1.4 2009/06/24 18:53:10 dcid Exp $ */ +/* @(#) $Id: ./src/win32/service-stop.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 stop ossec.", argv[0]); system("net stop OssecSvc"); - + system("pause"); return(0); }