From fd0adb64759b0d4f5d76b271f465f96328fbd620 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 29 Sep 2008 23:42:29 +0000 Subject: (generate_cron_entry) generate cron entries that do not send mails by default git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247090 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- NEWS | 3 +++ draksnapshot-config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 )); } } -- cgit v1.2.1