Merge lp:~racb/squid-deb-proxy/upstart-runlevel-start into lp:squid-deb-proxy

Proposed by Robie Basak
Status: Merged
Merged at revision: 134
Proposed branch: lp:~racb/squid-deb-proxy/upstart-runlevel-start
Merge into: lp:squid-deb-proxy
Diff against target: 12 lines (+1/-1)
1 file modified
debian/squid-deb-proxy.upstart (+1/-1)
To merge this branch: bzr merge lp:~racb/squid-deb-proxy/upstart-runlevel-start
Reviewer Review Type Date Requested Status
squid-deb-proxy-developers Pending
Review via email: mp+211727@code.launchpad.net

Commit message

Simplify upstart "start on" to match squid3, to fix runlevel transition
problem

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/squid-deb-proxy.upstart'
2--- debian/squid-deb-proxy.upstart 2013-04-09 12:12:34 +0000
3+++ debian/squid-deb-proxy.upstart 2014-03-19 13:47:35 +0000
4@@ -20,7 +20,7 @@
5 post_stop
6 end script
7
8-start on (local-filesystems and net-device-up IFACE!=lo)
9+start on runlevel [2345]
10 stop on runlevel [!2345]
11
12 script

Subscribers

People subscribed via source and target branches

to all changes: