[Forensics-changes] [SCM] debian-forensics/rkhunter branch, master, updated. debian/1.3.8-10-6-gfd55a79

Julien Valroff julien at kirya.net
Fri Mar 2 17:52:25 UTC 2012


The following commit has been merged in the master branch:
commit fd55a7925d825c9c5279fdecaaf6ba9b3f20f558
Author: Julien Valroff <julien at kirya.net>
Date:   Fri Mar 2 18:52:20 2012 +0100

    Also use --appendlog option for the weekly cronjob - thanks to Hannes von Haugwitz <hannes at vonhaugwitz.com> (Closes: #661873)

diff --git a/debian/changelog b/debian/changelog
index 854a077..862e535 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ rkhunter (1.3.8-11) unstable; urgency=low
   * Removed /etc/.initramfs and /etc/.mdadm from the example hidden
     directories following to the /run transition
   * Update DEP-5 URI to the final location 
+  * Also use --appendlog option for the weekly cronjob - thanks to Hannes von
+    Haugwitz <hannes at vonhaugwitz.com> (Closes: #661873) 
 
- -- Julien Valroff <julien at debian.org>  Tue, 28 Feb 2012 18:50:54 +0100
+ -- Julien Valroff <julien at debian.org>  Fri, 02 Mar 2012 18:51:25 +0100
 
 rkhunter (1.3.8-10) unstable; urgency=low
 
diff --git a/debian/cron.weekly b/debian/cron.weekly
index bbacf81..f2a3f3c 100644
--- a/debian/cron.weekly
+++ b/debian/cron.weekly
@@ -24,13 +24,13 @@ case "$CRON_DB_UPDATE" in
                         echo "Subject: [rkhunter] $(hostname -f) - Weekly database update"
                         echo "To: $REPORT_EMAIL"
                         echo ""
-                        $RKHUNTER --versioncheck --nocolors
-                        $RKHUNTER --update --nocolors
+                        $RKHUNTER --versioncheck --nocolors --appendlog
+                        $RKHUNTER --update --nocolors --appendlog
                         ) | /usr/sbin/sendmail $REPORT_EMAIL
                     ;;
                     *)
-                        $RKHUNTER --versioncheck 1>/dev/null 2>$OUTFILE
-                        $RKHUNTER --update 1>/dev/null 2>>$OUTFILE
+                        $RKHUNTER --versioncheck --appendlog 1>/dev/null 2>$OUTFILE
+                        $RKHUNTER --update --appendlog 1>/dev/null 2>>$OUTFILE
                     ;;
                 esac
 

-- 
debian-forensics/rkhunter



More information about the forensics-changes mailing list