diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2003-01-31 16:29:00 +0800 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2003-01-31 16:29:00 +0800 |
commit | 1ae71ed37baa685841e0041d413b02930a698438 (patch) | |
tree | 75313680da7a605bc7c9e3a6f6fce3d41b0f3669 /www | |
parent | 22005c77e3fb3c3387552170aaa794466fe1568c (diff) | |
download | freebsd-ports-gnome-1ae71ed37baa685841e0041d413b02930a698438.tar.gz freebsd-ports-gnome-1ae71ed37baa685841e0041d413b02930a698438.tar.zst freebsd-ports-gnome-1ae71ed37baa685841e0041d413b02930a698438.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 |