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 --- draksnapshot-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draksnapshot-config') 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