summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xdraksnapshot-config2
2 files changed, 3 insertions, 1 deletions
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
#