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=0000000000000000000000000000000000000000;hp=1ffbb378c59f40132931506389886a2ee239b779;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/win32/service-stop.c b/src/win32/service-stop.c deleted file mode 100644 index 1ffbb37..0000000 --- a/src/win32/service-stop.c +++ /dev/null @@ -1,29 +0,0 @@ -/* @(#) $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 2) as published by the FSF - Free Software - * Foundation - */ - - -#include -#include -#include -#include - - -/* Setup windows after install */ -int main(int argc, char **argv) -{ - printf("%s: Attempting to stop ossec.", argv[0]); - - system("net stop OssecSvc"); - - system("pause"); - return(0); -}