1
0
forked from ports/opt

squid: install statedir /var/run/squid

This commit is contained in:
Juergen Daubert 2018-03-27 18:36:16 +02:00
parent 73f5535f49
commit cd785981e5
3 changed files with 7 additions and 4 deletions

View File

@ -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/

View File

@ -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

View File

@ -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
}