X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fwin32%2Fservice-stop.c;fp=src%2Fwin32%2Fservice-stop.c;h=1ffbb378c59f40132931506389886a2ee239b779;hp=37c0a2dd9df360f0eea077611a7374ea5e0cbd7e;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/win32/service-stop.c b/src/win32/service-stop.c index 37c0a2d..1ffbb37 100644 --- a/src/win32/service-stop.c +++ b/src/win32/service-stop.c @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/win32/service-stop.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 stop ossec.", argv[0]); system("net stop OssecSvc"); - + system("pause"); return(0); }