diff options
author | adrian <adrian@FreeBSD.org> | 2003-01-31 16:29:00 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2003-01-31 16:29:00 +0800 |
commit | 4abc3c03fa7428aef4fc568cd65f3922ab90eb7d (patch) | |
tree | 221e857d9dfc2851ed45d8e2678ded1a2a945d0f /www | |
parent | a4a8cdf7f32a23854c6d65841856a68533bbe16d (diff) | |
download | freebsd-ports-gnome-4abc3c03fa7428aef4fc568cd65f3922ab90eb7d.tar.gz freebsd-ports-gnome-4abc3c03fa7428aef4fc568cd65f3922ab90eb7d.tar.zst freebsd-ports-gnome-4abc3c03fa7428aef4fc568cd65f3922ab90eb7d.zip |
Expressly create the directory - I'm not entirely sure why the PR
in question had a directory with the wrong permission but this
should alleviate all bar some silly umask fu.
PR: 26303
Diffstat (limited to 'www')
-rw-r--r-- | www/squid24/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/squid24/pkg-plist b/www/squid24/pkg-plist index f4bc8ff9b9a1..609737df8c64 100644 --- a/www/squid24/pkg-plist +++ b/www/squid24/pkg-plist @@ -69,6 +69,7 @@ sbin/RunAccel sbin/RunCache sbin/client sbin/squid +@exec mkdir -p %D/etc/squid/errors @exec mkdir -p %D/squid/cache @exec chown nobody:nogroup %D/squid/cache @exec mkdir -p %D/squid/logs |