From 5ebe237d50761f838463daf3134540964c6a3683 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Mon, 28 Jan 2008 13:18:35 +0000 Subject: Removed a bug that caused ntpd to shut down when you try to shut down snort. Sorry... my fault! git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@658 ab2d0c66-481e-0410-8bed-d214d4d58bed --- snort-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snort-model.lua b/snort-model.lua index c812a99..e602a16 100644 --- a/snort-model.lua +++ b/snort-model.lua @@ -41,7 +41,7 @@ function get_filedetails() end function startstop_service ( self, state ) - return daemoncontrol.daemoncontrol("ntpd", state) + return daemoncontrol.daemoncontrol("snort", state) end function read_alert() -- cgit v1.2.3