[arch-commits] Commit in squid/trunk (squid.install)

Evangelos Foutras foutrelis at archlinux.org
Wed Oct 15 15:02:11 UTC 2014


    Date: Wednesday, October 15, 2014 @ 17:02:11
  Author: foutrelis
Revision: 120715

upgpkg: squid 3.4.8-2

Make sure /var/{cache,log}/squid are owned by proxy:proxy.

Modified:
  squid/trunk/squid.install

---------------+
 squid.install |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: squid.install
===================================================================
--- squid.install	2014-10-15 14:43:35 UTC (rev 120714)
+++ squid.install	2014-10-15 15:02:11 UTC (rev 120715)
@@ -1,8 +1,9 @@
 post_install() {
   systemd-sysusers squid.conf
   systemd-tmpfiles --create squid.conf
+  chown proxy:proxy var/{cache,log}/squid
 }
 
 post_upgrade() {
-  systemd-sysusers squid.conf
+  post_install
 }



More information about the arch-commits mailing list