diff options
author | Micah Anderson <micah@riseup.net> | 2006-08-13 15:53:11 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-08-13 15:53:11 +0000 |
commit | 56e2f27e791228b24caf0f0e37a0ac09995f1fd1 (patch) | |
tree | 0219ab78af0395b0a3ec15f12f36a5af4ed31327 /ChangeLog | |
parent | 28338e91c351bef21a856f4280b762b9ee0dc2aa (diff) | |
download | backupninja-56e2f27e791228b24caf0f0e37a0ac09995f1fd1.tar.gz backupninja-56e2f27e791228b24caf0f0e37a0ac09995f1fd1.tar.bz2 |
Fixed stat to use --format instead of --printf to be compatible with coreutils
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ version 0.9.4 -- unreleased . When determining which backup actions to make, find now follows symlinks for $configdirectory . Changed order of -s to mail for compatibility + . fixed permission stat call so it uses the --format supported by + coreutils (Closes: #382747) handler changes Added tar handler: . create tarballs |