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 5171d23..6b355ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- configurator:
+ o set 755 perms on cron entry (#39699)
+
Version 0.6 - 28 March 2008, Thierry Vignaud
- applet:
diff --git a/draksnapshot-config b/draksnapshot-config
index 5c4bd2a..5362a36 100755
--- a/draksnapshot-config
+++ b/draksnapshot-config
@@ -288,7 +288,7 @@ sub generate_cron_entry() {
my $cron_file = "$::prefix/etc/cron.d/rsnapshot";
- output($cron_file,
+ output_with_perm($cron_file, 0755,
qq(# WARNING: This file is autogenerated from /etc/rsnapshot.conf.
# WARNING: Please alter /etc/rsnapshot.conf instead of $cron_file
#