aboutsummaryrefslogtreecommitdiffstats
path: root/www/squirm/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-07-01 03:27:31 +0800
committersteve <steve@FreeBSD.org>1999-07-01 03:27:31 +0800
commit31bffb533c2043c2c4c20fb69f509b72a1f1dd20 (patch)
tree8cb8715f47c33478dde4ecc4519989cc60e7c92d /www/squirm/files
parent1406a7ce810c2929cae53d77492e1a50f29de47d (diff)
downloadfreebsd-ports-gnome-31bffb533c2043c2c4c20fb69f509b72a1f1dd20.tar.gz
freebsd-ports-gnome-31bffb533c2043c2c4c20fb69f509b72a1f1dd20.tar.zst
freebsd-ports-gnome-31bffb533c2043c2c4c20fb69f509b72a1f1dd20.zip
In an attempt to avoid possible security implications with having files
owned by nobody:nogroup, install them owned by SQUIG_UID:SQUID_GID instead. Also mark this as NO_PACKAGE since you have to set these values in your environment before installing this port. Submitted by: maintainer Reviewed by: Rodney W. Grimes <rgrimes@gndrsh.aac.dev.com>
Diffstat (limited to 'www/squirm/files')
-rw-r--r--www/squirm/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/squirm/files/patch-aa b/www/squirm/files/patch-aa
index b60e6b909869..1ef709ce8e9a 100644
--- a/www/squirm/files/patch-aa
+++ b/www/squirm/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.real.orig Wed Mar 11 02:23:51 1998
-+++ Makefile.real Thu Jun 17 18:13:00 1999
+--- Makefile.real.orig Wed Mar 11 10:23:51 1998
++++ Makefile.real Tue Jun 29 15:21:37 1999
@@ -1,31 +1,31 @@
# Makefile for Squirm
#
@@ -36,9 +36,9 @@
- /usr/local/squirm/etc
- install -m 755 -o root -g root --strip squirm /usr/local/squirm/bin
+ install -c -m 755 -o root -g wheel -d $(PREFIX)/squirm
-+ install -c -m 770 -o root -g wheel -d $(PREFIX)/etc/squirm
-+ install -c -m 750 -o nobody -g nogroup -d $(PREFIX)/squirm/logs
-+ install -c -m 660 -o root -g nogroup squirm.local.dist squirm.patterns.dist \
++ install -c -m 750 -o root -g $(SQUID_GID) -d $(PREFIX)/etc/squirm
++ install -c -m 750 -o $(SQUID_UID) -g $(SQUID_GID) -d $(PREFIX)/squirm/logs
++ install -c -m 640 -o root -g $(SQUID_GID) squirm.local.dist squirm.patterns.dist \
+ $(PREFIX)/etc/squirm
+ install -c -m 755 -o root -g wheel --strip squirm $(PREFIX)/bin