diff --git a/squid.changes b/squid.changes index 245f2f5..df5d6b3 100644 --- a/squid.changes +++ b/squid.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 2 15:14:15 UTC 2023 - Adam Majer + +- partial revert of earlier "fix PIDFile" + - move pidfile back to /run/squid.pid and not in the directory + owned by squid. The purpose of /run/squid/ is to facilitate + SMP worker's IPC and not for the PID file. The PID file can + live just fine in /run since it's written by root. (bsc#1210960) + ------------------------------------------------------------------- Fri Mar 31 08:43:29 UTC 2023 - Dirk Müller diff --git a/squid.spec b/squid.spec index 39d3a0d..3b3f0cb 100644 --- a/squid.spec +++ b/squid.spec @@ -120,7 +120,7 @@ export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro,-z,now -pie" --datadir=%{_datadir}/squid \ --sharedstatedir=%{_localstatedir}/squid \ --with-logdir=%{_localstatedir}/log/squid \ - --with-pidfile=%{_rundir}/%{name}/squid.pid \ + --with-pidfile=%{_rundir}/squid.pid \ --with-dl \ --enable-disk-io \ --enable-storeio \