From 71635ab8e32e94a8b344fe7adeccb32d47789ec4 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 24 Jun 2008 13:26:23 +0000 Subject: fix backup not done due to bad permissions (#39811) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@243059 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- NEWS | 2 ++ draksnapshot-config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6ea8e25..63cd765 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ - applet: o make notifications be more informative (#40360) o keep running if configured once +- configurator: + o fix backup not done due to bad permissions (#39811) Version 0.10 - 9 May 2008, Thierry Vignaud diff --git a/draksnapshot-config b/draksnapshot-config index 594c85e..3eaf7d8 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -310,7 +310,7 @@ sub generate_cron_entry() { my $cron_file = "$::prefix/etc/cron.d/rsnapshot"; - output_with_perm($cron_file, 0755, + output_with_perm($cron_file, 0644, qq(# WARNING: This file is autogenerated from /etc/rsnapshot.conf. # WARNING: Please alter /etc/rsnapshot.conf instead of $cron_file # -- cgit v1.2.1