Package: sendfile Version: 2.1b-4 Severity: minor Tags: patch sendfile's logrotate configuration file has wrong permissions according to Debian policy, since it makes no sense to execute the logrotate conf file.
It is currently 0755; should be 0644. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages sendfile depends on: ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries ii libncurses5 5.5-5 Shared libraries for terminal hand ii libreadline5 5.2-2 GNU readline and history libraries ii perl [perl5] 5.8.8-7etch3 Larry Wall's Practical Extraction ii update-inetd 4.27-0.5 inetd.conf updater sendfile recommends no packages. -- no debconf information
diff -Naur sendfile-2.1b.orig/debian/rules sendfile-2.1b/debian/rules --- sendfile-2.1b.orig/debian/rules 2008-06-19 10:18:21.000000000 +0200 +++ sendfile-2.1b/debian/rules 2008-06-19 10:19:56.526199839 +0200 @@ -100,7 +100,7 @@ $(installbin) debian/sf_cleanup debian/tmp/etc/cron.weekly/sendfile # $(installbin) -d debian/tmp/etc/logrotate.d - $(installbin) debian/logrotate debian/tmp/etc/logrotate.d/sendfile + $(installdoc) debian/logrotate debian/tmp/etc/logrotate.d/sendfile # $(installbin) -d debian/tmp/etc/csh/login.d $(installbin) debian/csh debian/tmp/etc/csh/login.d/sendfile