From: Michael Prokop Date: Sun, 16 Dec 2007 20:38:36 +0000 (+0100) Subject: Fix snort setup X-Git-Tag: 0.0.13~6 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=89be88928d14509b83fd9862a2f1a74aee9c9caa;hp=da3354badf10160feb9b4957b203a4c47d43c768 Fix snort setup --- diff --git a/etc/grml/fai/grml/grml_cleanup_chroot b/etc/grml/fai/grml/grml_cleanup_chroot index 4b6df6d..d59c77b 100755 --- a/etc/grml/fai/grml/grml_cleanup_chroot +++ b/etc/grml/fai/grml/grml_cleanup_chroot @@ -302,6 +302,12 @@ else ewarn "clamav[-freshclam] not installed" ; eend 0 fi +if [ -f /etc/default/snort.dpkg-dist -a -f /etc/default/snort ] ; then + einfo "Fixxing /etc/default/snort" + mv /etc/default/snort.dpkg-dist /etc/default/snort + eend $? +fi + if ! [ -r /etc/ld.so.nohwcap ] ; then einfo "Creating /etc/ld.so.nohwcap" touch /etc/ld.so.nohwcap