From 7659a915b87d1ca6d4f3f0cd73c7580a6b4959d0 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Wed, 24 Aug 2005 17:56:38 +0000 Subject: [PATCH] - 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) --- www/oops/Makefile | 2 +- www/oops/pkg-install | 2 +- 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