]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/logwatch
Am Pakfire weitergearbeitet.
[people/pmueller/ipfire-2.x.git] / lfs / logwatch
index 0bbb54e1982d926a548e2518ac49088fa7d15dad..406e1db861297934fa1d66aeba34e7f26f7ce801 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: logwatch,v 1.8.2.10 2005/10/18 21:30:32 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
 
 include Config
 
-VER        = 6.1.2
+VER        = 7.3.1
 
-THISAPP    = logwatch-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+THISAPP    = logwatch_$(VER)
+DL_FILE    = $(THISAPP).orig.tar.gz
 DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
+DIR_APP    = $(DIR_SRC)/logwatch-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ###############################################################################
@@ -48,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a764bf80a31ab04ca788ac1303cba297
+$(DL_FILE)_MD5 = c43a783e791ad4851f44c6af98d71b38
 
 install : $(TARGET)
 
@@ -92,16 +86,18 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Strip out some filters for services we don't run - no point wasting log keeping them
        # cron filter don't support fcron
        # final selection for remaining files is in rootfile
-       UNNEEDED="afpd amavis arpwatch audit automount autorpm cisco clamav clamav-milter \
-           clam-update courier cron emerge exim extreme-networks ftpd-messages ftpd-xferlog \
-           imapd identd in.qpopper ipop3d maillog mailscanner mountd named netopia netscreen \
-           oidentd pam pam_pwdb pop3 portsentry postfix pound proftpd-messages pureftp \
-           pureftpd qmail rt314 saslauthd samba sendmail sendmail-largeboxes shaperd smartd \
-           sonicwall stunnel sudo tac_acc up2date vpopmail vsftpd xferlog yum zz-fortune" && \
+       UNNEEDED="afpd amavis arpwatch audit automount autorpm cisco \
+           courier emerge exim extreme-networks ftpd-messages ftpd-xferlog \
+           identd in.qpopper ipop3d mountd named netopia netscreen \
+           oidentd pam_pwdb portsentry pound pureftp \
+           pureftpd qmail rt314 sendmail-largeboxes shaperd smartd \
+           sonicwall stunnel tac_acc up2date vpopmail vsftpd windows xferlog yum zz-fortune" && \
          for i in $$UNNEEDED ; do \
            rm -f /etc/log.d/{conf,scripts}/services/$$i{,.conf} /etc/log.d/conf/logfiles/$$i.conf; \
          done
        rm -rf /etc/log.d/scripts/logfiles
+       cp -f $(DIR_SRC)/config/logwatch/dialup /etc/log.d/scripts/services/dialup
+       cp -f $(DIR_SRC)/config/logwatch/dialup.conf /etc/log.d/conf/services/dialup.conf
 
        sed -i 's/df -h/df -h -x rootfs/' /etc/log.d/scripts/services/zz-disk_space
        for i in `find /etc/log.d -type f`; do \