aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2006-10-07 02:44:05 +0000
committerintrigeri <intrigeri@boum.org>2006-10-07 02:44:05 +0000
commit26e33dcc47a082e4b3f935a5672eb6cd670e9ce0 (patch)
tree4cdc72ddfc29981fe582b3703bea5bf997a8c2f5 /ChangeLog
parentc836982f43d67d19cceb6c727675fbbc22ae7981 (diff)
downloadbackupninja-26e33dcc47a082e4b3f935a5672eb6cd670e9ce0.tar.gz
backupninja-26e33dcc47a082e4b3f935a5672eb6cd670e9ce0.tar.bz2
ninjahelper.in: remove runtime overzealous perms checks on the helpers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8be062..72572e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -85,6 +85,10 @@ version 0.9.4 -- unreleased
. Fix configdirectory error that forced you to use /etc/backup.d, thanks anarcat
. When determining which backup actions to list, find now follows
symlinks for $configdirectory
+ . Stop checking helpers perms: both "make install" and distros packages
+ install them with appropriate permissions, it's overzealous to check
+ this at runtime, and is more complicated to do with current
+ admingroup option.
dup.helper:
. Fix: signing was enabled with symmetric encryption.
changed cron permissions to 644