Merge lp:~james-page/squid-deb-proxy/fixup-cache-init into lp:squid-deb-proxy

Proposed by James Page
Status: Merged
Merged at revision: 114
Proposed branch: lp:~james-page/squid-deb-proxy/fixup-cache-init
Merge into: lp:squid-deb-proxy
Diff against target: 12 lines (+1/-1)
1 file modified
init-common.sh (+1/-1)
To merge this branch: bzr merge lp:~james-page/squid-deb-proxy/fixup-cache-init
Reviewer Review Type Date Requested Status
squid-deb-proxy-developers Pending
Review via email: mp+198715@code.launchpad.net

Description of the change

Ensure squid does not daemonize when creating cache directories.

Fixes bug 1247886

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 'init-common.sh'
2--- init-common.sh 2013-04-09 13:45:43 +0000
3+++ init-common.sh 2013-12-12 11:53:53 +0000
4@@ -35,7 +35,7 @@
5 install -d -o proxy -g proxy -m 750 /var/cache/squid-deb-proxy/
6 install -d -o proxy -g proxy -m 750 /var/log/squid-deb-proxy/
7 if [ ! -d /var/cache/squid-deb-proxy/00 ]; then
8- $SQUID -z -f /etc/squid-deb-proxy/squid-deb-proxy.conf
9+ $SQUID -z -N -f /etc/squid-deb-proxy/squid-deb-proxy.conf
10 fi
11
12 # generate pkg blacklist acl file

Subscribers

People subscribed via source and target branches

to all changes: