This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via b86d9c0a17ef31d3ddbc87be83703bac1d2a432b (commit) from f370c68ce3e5b4abf3efaa0a3a3d48269c28ed61 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b86d9c0a17ef31d3ddbc87be83703bac1d2a432b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jun 13 18:56:46 2010 +0200
Fix snort will not run on some machines.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/38/update.sh | 4 ++++ lfs/snort | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index f15ea1f..350a372 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -89,6 +89,10 @@ rm -rf /lib/modules/2.6.27.31-ipfire-xen # rm -rf /usr/lib/ipsec rm -rf /usr/libexec/ipsec +# +# old snort libs ... +# +rm -rf /usr/lib/snort_*
# # Backup grub.conf diff --git a/lfs/snort b/lfs/snort index 4044267..4b2e348 100644 --- a/lfs/snort +++ b/lfs/snort @@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) $(DIR_SRC)/snort* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls \ - --sysconfdir=/etc/snort \ + --sysconfdir=/etc/snort --target=i586 \ --enable-linux-smp-stats --enable-smb-alerts cd $(DIR_APP) && make cd $(DIR_APP) && make install
hooks/post-receive -- IPFire 2.x development tree