diff options
author | Juergen Daubert <jue@jue.li> | 2018-03-27 18:36:16 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2018-03-27 18:36:16 +0200 |
commit | cd785981e5df03e43f968c813f911351cb1cdd85 (patch) | |
tree | d73d020f4c51c1ca76b5cb12cccabcb8fb4d3e37 /squid | |
parent | 73f5535f49075e64a90657be79e609677858a583 (diff) | |
download | opt-cd785981e5df03e43f968c813f911351cb1cdd85.tar.gz opt-cd785981e5df03e43f968c813f911351cb1cdd85.tar.xz |
squid: install statedir /var/run/squid
Diffstat (limited to 'squid')
-rw-r--r-- | squid/.footprint | 2 | ||||
-rw-r--r-- | squid/.signature | 6 | ||||
-rw-r--r-- | squid/Pkgfile | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/squid/.footprint b/squid/.footprint index 27757472b..79dc3cad9 100644 --- a/squid/.footprint +++ b/squid/.footprint @@ -178,4 +178,6 @@ drwxr-xr-x root/root usr/share/squid/icons/silk/ drwxr-xr-x root/root var/ drwxr-xr-x root/root var/log/ drwx------ squid/squid var/log/squid/ +drwxr-xr-x root/root var/run/ +drwx------ squid/squid var/run/squid/ drwx------ squid/squid var/squid/ diff --git a/squid/.signature b/squid/.signature index 50bc38e44..3cd5fe7a7 100644 --- a/squid/.signature +++ b/squid/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VETSvltuFPY4HuXBk/5s4NK3sIvmhSa6so/y9AtorsgPySsIh6hihFTtt+sLUYEn86pobL2HLOfvMiyb/2ReQg= -SHA256 (Pkgfile) = d0e1ae7cc82365940174ce26dd14ad20b7827baaead8c5048b923f97ee9202ca -SHA256 (.footprint) = 76511bf090c17bdffda7869230f5a22bacd12d3ed2ecee6b5b5849b6e9fcc9f5 +RWSE3ohX2g5d/Un0aZS0/4G5qsSyFSI5LVUh0GzsHmQMQnioBGi2TIhqlx6ueHQUS96t//p38fQ4RXnj7gpEleKwMOH41FDpfwM= +SHA256 (Pkgfile) = be847ab7c733aadec39af2ebfccb9d16e0399044a8427c1a75af248c8457b3cd +SHA256 (.footprint) = 952ba99723403df9cdc25db04bd88a343f4b3bba1cac619e80a648ec08cbdfe3 SHA256 (squid-4.0.24.tar.xz) = 091da0d763307dcc0f5c784ab07ea0c5a093f6dfac60f17ff26e2a6d50f76a07 SHA256 (squid) = d4ff0ac128250907e7cce4a01d6d92d9ca7dde7d59e1c72fe89de72fa5488ec4 diff --git a/squid/Pkgfile b/squid/Pkgfile index 5d2b75256..f48267f26 100644 --- a/squid/Pkgfile +++ b/squid/Pkgfile @@ -5,7 +5,7 @@ name=squid version=4.0.24 -release=1 +release=2 source=(http://www.squid-cache.org/Versions/v4/$name-$version.tar.xz squid) @@ -36,5 +36,6 @@ build () { find $PKG/usr/share/squid/errors/* -prune ! -name templates | xargs rm -r install -d -m 0700 -o squid -g squid $PKG/var/{log/squid,squid} + install -d -m 0700 -o squid -g squid $PKG/var/run/squid install -D -m 755 $SRC/squid $PKG/etc/rc.d/squid } |