From cd645a1b11544eda4f3db68ba49caaec8bbf973e Mon Sep 17 00:00:00 2001 From: jim-p Date: Sat, 30 Jun 2012 16:41:05 -0400 Subject: Restart should actually stop before starting again - See http://forum.pfsense.org/index.php/topic,50758.msg272558.html#msg272558 --- config/snort/snort.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 48e826d4..e3b0388b 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -934,6 +934,7 @@ case $1 in rc_stop ;; restart) + rc_stop rc_start ;; esac -- cgit v1.2.3