[Forensics-changes] [rkhunter] 21/23: Fix default values of cron vars in /etc/default/rkhunter (LP: #1011151)
Francois Marier
francois at moszumanska.debian.org
Sun Apr 26 22:28:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
francois pushed a commit to branch master
in repository rkhunter.
commit f1ea7500b5c201812f5603c130a7cbf26d62496d
Author: Francois Marier <francois at debian.org>
Date: Sun Apr 26 02:04:55 2015 +1200
Fix default values of cron vars in /etc/default/rkhunter (LP: #1011151)
---
debian/changelog | 6 ++++--
debian/default.conf | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e76e384..e062352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,14 +15,16 @@ rkhunter (1.4.2-1) unstable; urgency=medium
* Fix NONE/none and ALL/all mess in config file (closes: #780903)
* Suggest "ALLOWHIDDENDIR=/dev/.lxc" in config file (closes: #762877)
+ * Use $(hostname) instead of $(hostname -f) in emails (LP: #973490)
+ * Fix default values of cron vars in /etc/default/rkhunter (LP: #1011151)
+ * Remove trailing whitespace in /etc/default/rkhunter (closes: #771620)
+
* Bump Standards-Version up to 3.9.6
* Bump debhelper compatibility to 9
* Update lintian overrides to cover all new files
* Use canonical VCS URLs
* Fix blank line in package description
* Update hash algorithm in package description
- * Remove trailing whitespace in /etc/default/rkhunter (closes: #771620)
- * Use $(hostname) instead of $(hostname -f) in emails (LP: 973490)
-- Francois Marier <francois at debian.org> Sat, 25 Apr 2015 23:44:41 +1200
diff --git a/debian/default.conf b/debian/default.conf
index e418e74..76aa165 100644
--- a/debian/default.conf
+++ b/debian/default.conf
@@ -5,11 +5,11 @@
#
# Set this to yes to enable rkhunter daily runs
-# (default: true)
+# (default: false)
CRON_DAILY_RUN="true"
# Set this to yes to enable rkhunter weekly database updates
-# (default: true)
+# (default: false)
CRON_DB_UPDATE="true"
# Set this to yes to enable reports of weekly database updates
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/rkhunter.git
More information about the forensics-changes
mailing list