Merge lp:~brunoqc/ubuntu/lucid/pnopaste/lucid-fix-771421 into lp:ubuntu/lucid/pnopaste

Proposed by Bruno Bigras
Status: Merged
Merge reported by: Evan Broder
Merged at revision: not available
Proposed branch: lp:~brunoqc/ubuntu/lucid/pnopaste/lucid-fix-771421
Merge into: lp:ubuntu/lucid/pnopaste
Diff against target: 20 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/pnopaste.cron.d (+1/-1)
To merge this branch: bzr merge lp:~brunoqc/ubuntu/lucid/pnopaste/lucid-fix-771421
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+59688@code.launchpad.net

Description of the change

Here's a fix for bug 771421. The bug doesn't seem present in Natty maybe because it uses 1.4.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-09-07 12:52:28 +0000
3+++ debian/changelog 2011-05-02 18:38:37 +0000
4@@ -1,3 +1,9 @@
5+pnopaste (1.3-2ubuntu1) lucid; urgency=low
6+
7+ * Fix a permission error with the cron job (LP: #771421)
8+
9+ -- Bruno Bigras <bigras.bruno@gmail.com> Mon, 02 May 2011 14:33:14 -0400
10+
11 pnopaste (1.3-2) unstable; urgency=low
12
13 * Bump Standards-Version to 3.8.3 (no changes needed).
14
15=== modified file 'debian/pnopaste.cron.d'
16--- debian/pnopaste.cron.d 2009-04-15 13:51:48 +0000
17+++ debian/pnopaste.cron.d 2011-05-02 18:38:37 +0000
18@@ -1,1 +1,1 @@
19-*/30 * * * * nobody if [ -f /usr/share/pnopaste/bin/expired_delete.pl ]; then /usr/bin/perl /usr/share/pnopaste/bin/expired_delete.pl > /dev/null; fi
20+*/30 * * * * www-data if [ -f /usr/share/pnopaste/bin/expired_delete.pl ]; then /usr/bin/perl /usr/share/pnopaste/bin/expired_delete.pl > /dev/null; fi

Subscribers

People subscribed via source and target branches

to all changes: