diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-06-24 13:26:23 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-06-24 13:26:23 +0000 |
commit | 71635ab8e32e94a8b344fe7adeccb32d47789ec4 (patch) | |
tree | 3ed75d670098e941fde0a6e0c69a8bc54df6068c | |
parent | 90a4869e9f1bfcbbe60725a7121d3bdb5f9ef14b (diff) | |
download | draksnapshot-71635ab8e32e94a8b344fe7adeccb32d47789ec4.tar draksnapshot-71635ab8e32e94a8b344fe7adeccb32d47789ec4.tar.gz draksnapshot-71635ab8e32e94a8b344fe7adeccb32d47789ec4.tar.bz2 draksnapshot-71635ab8e32e94a8b344fe7adeccb32d47789ec4.tar.xz draksnapshot-71635ab8e32e94a8b344fe7adeccb32d47789ec4.zip |
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
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | draksnapshot-config | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 # |