diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 08:34:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 08:34:04 +0000 |
commit | 391542cc729af2028110d4ffb4f8de6a5da22a05 (patch) | |
tree | 4f68267982123ce44e47f4d93874c8b3f1e91ed0 /www | |
parent | Set ResourceConfig and AccessConfig to the correct values. (diff) |
Fixup permissions on the squirm/etc directory.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=19377
Diffstat (limited to 'www')
-rw-r--r-- | www/squirm/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squirm/files/patch-aa b/www/squirm/files/patch-aa index e394456ea353..efa9f1b59963 100644 --- a/www/squirm/files/patch-aa +++ b/www/squirm/files/patch-aa @@ -30,7 +30,7 @@ diff -ruN ../squirm-1.0betaB.orig/Makefile.real ./Makefile.real install: all - install -m 755 -o root -g root -d /usr/local/squirm \ - /usr/local/squirm/bin -- install -m 770 -o root -g squid -d /usr/local/squirm/etc +- install -m 750 -o root -g squid -d /usr/local/squirm/etc - install -m 750 -o squid -g squid -d /usr/local/squirm/logs - install -m 660 -o root -g squid squirm.local.dist squirm.patterns.dist \ - /usr/local/squirm/etc |