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 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 # |