Kevin Daudt 5160c2a99a main/squid: make sure statedir exists
For IPC, squid creates a socket file in /var/run/squid, but this
directory does not exist. Because /run (/var/run) lives in tmpfs, you
cannot rely on it being created by the package.

Use `checkpath` in the initd file to make sure this path exists.

Fixes #11249
2020-02-24 22:05:29 +00:00
..