Package: lightsquid Version: 1.8-2 Severity: important Tags: patch User: [email protected] Usertags: origin-ubuntu precise ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * d/lightsquid.cron.d: Fix path to lightparser.pl (LP: #900679) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-2-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/lightsquid.cron.d' --- debian/lightsquid.cron.d 2011-01-27 09:49:20 +0000 +++ debian/lightsquid.cron.d 2011-12-13 21:37:16 +0000 @@ -1,4 +1,4 @@ # # Regular cron jobs for the lightsquid package # -0 4 * * * root [ -x /usr/share/lightsquid/lightparse.pl ] && /usr/bin/lightparse.pl +0 4 * * * root [ -x /usr/share/lightsquid/lightparser.pl ] && /usr/share/lightsquid/lightparser.pl

