From 85139d924cd82126c7dd5399f32c6b7d72d29e24 Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 24 Sep 2001 09:28:44 +0000 Subject: [PATCH] - fixed logs path (s#/var/log/snort/snort#/var/log/snort/snort#). Changed files: snort.logrotate -> 1.3 --- snort.logrotate | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/snort.logrotate b/snort.logrotate index 5280229..8553e78 100644 --- a/snort.logrotate +++ b/snort.logrotate @@ -1,7 +1,7 @@ -/var/log/snort/snort { - olddir /var/log/archiv/snort - postrotate - /bin/killall -HUP snort - endscript +/var/log/snort { + olddir /var/log/archiv/snort + postrotate + /bin/killall -HUP snort + endscript } -- 2.44.0