aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-08-24 17:56:38 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-08-24 17:56:38 +0000
commit7659a915b87d1ca6d4f3f0cd73c7580a6b4959d0 (patch)
tree53074b3d4f474d585de1c96ccf83a66dd94af2fa
parent4891f4be1d8ff9923bfd7d96f5c5ceb82409b93c (diff)
downloadports-7659a915b87d1ca6d4f3f0cd73c7580a6b4959d0.tar.gz
ports-7659a915b87d1ca6d4f3f0cd73c7580a6b4959d0.zip
- Create a user with nobody group instead of wheel.
Theoretically it could be a reason for security weakness on some configurations with sudo. - Bump a PORTVERSION. PR: ports/85247 Submitted by: maintainer Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=140966
-rw-r--r--www/oops/Makefile2
-rw-r--r--www/oops/pkg-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile
index b14b6d9b58b2..f7ca5bd31c9f 100644
--- a/www/oops/Makefile
+++ b/www/oops/Makefile
@@ -7,7 +7,7 @@
PORTNAME= oops
PORTVERSION= ${OOPSVERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://oops-cache.org/
DISTNAME= ${PORTNAME}-${OOPSVERSION}
diff --git a/www/oops/pkg-install b/www/oops/pkg-install
index bafdc6fb9230..462046a395e2 100644
--- a/www/oops/pkg-install
+++ b/www/oops/pkg-install
@@ -1,7 +1,7 @@
#!/bin/sh
user=oops
-group=wheel
+group=nogroup
ask() {
local question default answer