diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | draksnapshot-config | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 )); } } |