nochmal kleine Anpassung am Logwatch ggf fehlt noch der Confiy Symlink

Snort Init angepasst, damit die logs von nobody ausgelesen werden können


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@881 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-09-08 13:46:50 +00:00
parent ca9f21de73
commit 9c0d99dafd
3 changed files with 172 additions and 1 deletions

View File

@@ -92,6 +92,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# done
cp -f $(DIR_SRC)/config/logwatch/dialup /usr/share/logwatch/scripts/services/dialup
cp -f $(DIR_SRC)/config/logwatch/dialup.conf /usr/share/logwatch/dist.conf/services/dialup.conf
-mkdir -p /var/cache/logwatch
-mkdir -p /var/log/logwatch
chmod 755 /var/cache/logwatch
@rm -rf $(DIR_APP)
@$(POSTBUILD)