Project

General

Profile

Bug #4885 » squid.inc.diff

José de Paula Rodrigues Assis, 08/24/2015 02:52 PM

View differences:

squid.inc 2015-08-24 16:08:45.000000000 -0300
153 153
       if (file_exists("/var/squid/cache/swap.state")) {
154 154
               chown("/var/squid/cache/swap.state", SQUID_UID);
155 155
               chgrp("/var/squid/cache/swap.state", SQUID_GID);
156
               chmod("/var/squid/cache/swap.state", "a+rw");
156
               chmod("/var/squid/cache/swap.state", 0666);
157 157
       }
158 158
}
    (1-1/1)