Geändert:

* (experimentelle) httpd.conf
  * Portproblem gefixt
  * snort wieder zurückgesetzt auf die alte Version, da für die neue keine freien Regeln da sind.
  * Rechtschreibfehler im Installer behoben.
  * mpg123 wieder hinzugefügt.
  * fwhits-Graphs - Kleinigkeit vergessen.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@173 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-13 14:15:51 +00:00
parent c7acba4a59
commit 894c6feb3e
12 changed files with 1061 additions and 1055 deletions

View File

@@ -26,7 +26,7 @@
include Config
VER = 2.4.5
VER = 2.3.3
THISAPP = snort-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 108b3c20dcbaf3cdb17ea9203342eaaa
$(DL_FILE)_MD5 = 06bf140893e7cb120aaa9372d10a0100
install : $(TARGET)
@@ -79,9 +79,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make install
mv /usr/bin/snort /usr/sbin/
-mkdir /etc/snort
# Keine Rules zum Kopieren vorhanden. M<>ssen <20>ber das Webinterface geladen werden.
#cd $(DIR_APP) && install -m 0644 rules/*.rules \
# etc/unicode.map etc/reference.config etc/classification.config /etc/snort
cd $(DIR_APP) && install -m 0644 rules/*.rules \
etc/unicode.map etc/reference.config etc/classification.config /etc/snort
install -m 0644 $(DIR_SRC)/config/snort/snort.conf /etc/snort
chown -R nobody:nobody /etc/snort
-mkdir -p /var/log/snort