summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xdraksnapshot-config2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index acfd33d..9fb7f06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- configurator:
+ o generate cron entries that do not send mails by default
+
Version 0.16 - 29 September 2008, Thierry Vignaud
- configurator:
diff --git a/draksnapshot-config b/draksnapshot-config
index 8cc712b..ce76d20 100755
--- a/draksnapshot-config
+++ b/draksnapshot-config
@@ -342,7 +342,7 @@ sub generate_cron_entry() {
#
# $file: crontab fragment for rsnapshot
-/usr/bin/rsnapshot $type
+/usr/bin/rsnapshot $type > /dev/null
));
}
}