diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 08:34:04 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 08:34:04 +0000 |
commit | 28f97ec44336d21d0a2da685afe0ec50b68e9577 (patch) | |
tree | a7467c483fd6500832ffbc07eab53c874321cb16 /www | |
parent | dcfcd7ce4682e99fd8ed278c1ed511d6e953886d (diff) | |
download | FreeBSD-ports-28f97ec44336d21d0a2da685afe0ec50b68e9577.zip FreeBSD-ports-28f97ec44336d21d0a2da685afe0ec50b68e9577.tar.gz |
Fixup permissions on the squirm/etc directory.
Submitted by: maintainer
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 e394456..efa9f1b 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 |