Package: backupninja Version: 0.9.4-6 Tags: patch
Hi, In https://bugs.launchpad.net/ubuntu/+source/backupninja/+bug/84079 it was reported that postinst can fail if there is no /etc/backup.d/. This directory is not contained in the package, and the postinst unconditionally chmods it. Adrien Cunin applied the following patch in Ubuntu to fix the problem. Please consider applying it. Thanks, James --- 0.9.4-6/debian/backupninja.dirs 2007-09-21 20:09:52.000000000 +0100 +++ 0.9.4-6ubuntu4/debian/backupninja.dirs 2007-09-21 20:09:18.000000000 +0100 @@ -2,3 +2,4 @@ usr/lib usr/bin usr/sbin usr/share/backupninja +etc/backup.d -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

