Browse Source

Jan Veninga <veninga@cs.utwente.nl>:

There are 2 little errors in snort.conf. This fixes it.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1442 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Jan Veninga 21 years ago
parent
commit
b94dd039e5
2 changed files with 4 additions and 2 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -2
      package/misc/snort/snort.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -5,6 +5,7 @@
properly
- bootdisk size reductions (a couple MB)
- Clifford Wolf: no broken deps config option (#99)
- Jan Veninga: fixed snort
*) 2003-09-16 (2.0.0-rc1 - 2.0.0-rc2)

+ 3
- 2
package/misc/snort/snort.conf

@ -61,8 +61,8 @@ snort_premake()
{
# Comply with FHS for /var/opt/
sed 's/\/var\/log\/snort/\/var\/opt\/snort\/log/' src/snort.h > \
src/snort.new
mv -f snort.h{.new,}
src/snort.h.new
mv -f src/snort.h{.new,}
}
snort_postmake()
@ -79,6 +79,7 @@ snort_postmake()
# places them in etc.
# For security reasons this directory should not be world-readable
mkdir -p $root/$prefix/var
mkdir -p $root/$prefix/etc
cp -r etc/* $root/$prefix/etc/
cp -r rules $root/$prefix/etc/

Loading…
Cancel
Save