Package: ninja
Version: 0.1.3-1
Severity: normal
Tags: patch

The path in the logrotate file shipped by ninja is wrong and it prevents
the log rotation from happening.

Here's a patch that fixes the typo.

Cheers,
Francois
commit fbd4b493b1a26017e316cb46caefc7b1d28056f5
Author: Francois Marier <franc...@debian.org>
Date:   Fri Jan 1 22:38:41 2010 +1300

    Fix path to the logfile in logrotate config file

diff --git a/debian/logrotate b/debian/logrotate
index dddaeee..eb30b6f 100644
--- a/debian/logrotate
+++ b/debian/logrotate
@@ -1,4 +1,4 @@
-/var/log/foo/ninja.log {
+/var/log/ninja.log {
     rotate 12
     weekly
     compress

Reply via email to