Merge lp:~clint-fewbar/ubuntu/lucid/squid/no-expect-fork into lp:ubuntu/lucid/squid

Proposed by Clint Byrum
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~clint-fewbar/ubuntu/lucid/squid/no-expect-fork
Merge into: lp:ubuntu/lucid/squid
Diff against target: 34 lines (+8/-3)
2 files modified
debian/changelog (+7/-0)
debian/squid.upstart (+1/-3)
To merge this branch: bzr merge lp:~clint-fewbar/ubuntu/lucid/squid/no-expect-fork
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+45924@code.launchpad.net

Description of the change

This is the SRU of the fix just released in natty.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

This looks good, I sub'ed ubuntu-sru to the bug.

review: Approve
Revision history for this message
Martin Pitt (pitti) wrote :

Merged and uploaded to lucid unapproved queue. This can be accepted after the 10.04.2 freeze.

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 2010-04-16 09:00:19 +0000
3+++ debian/changelog 2011-01-11 22:32:59 +0000
4@@ -1,3 +1,10 @@
5+squid (2.7.STABLE7-1ubuntu12.1) lucid-proposed; urgency=low
6+
7+ * Run squid with -N and drop 'expect fork' to prevent HUP's from
8+ causing upstart to lose track of squid. (LP: #573853)
9+
10+ -- Clint Byrum <clint@ubuntu.com> Tue, 11 Jan 2011 10:49:37 -0800
11+
12 squid (2.7.STABLE7-1ubuntu12) lucid; urgency=low
13
14 * debian/squid.upstart, debian/rules, postrm, postinst: Fixed up postinstallation
15
16=== modified file 'debian/squid.upstart'
17--- debian/squid.upstart 2010-04-16 09:00:19 +0000
18+++ debian/squid.upstart 2011-01-11 22:32:59 +0000
19@@ -8,8 +8,6 @@
20 and net-device-up IFACE!=lo)
21 stop on runlevel[!2345]
22
23-expect fork
24-
25 pre-start script
26 if [ -f /etc/default/squid ]; then
27 . /etc/default/squid
28@@ -64,5 +62,5 @@
29 . /etc/default/squid
30 fi
31
32- exec /usr/sbin/squid $SQUID_ARGS
33+ exec /usr/sbin/squid -N $SQUID_ARGS
34 end script

Subscribers

People subscribed via source and target branches

to all changes: