diff options
author | sem <sem@FreeBSD.org> | 2005-08-25 01:56:38 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-08-25 01:56:38 +0800 |
commit | 1a0830a368eca22efc44f24d7aa946da57e01511 (patch) | |
tree | 777048624a0f9a1aad693a49d9aa807bb6a61126 /www/oops | |
parent | c961f645912c8f68aeebe616b234f3b96b1482f9 (diff) | |
download | freebsd-ports-gnome-1a0830a368eca22efc44f24d7aa946da57e01511.tar.gz freebsd-ports-gnome-1a0830a368eca22efc44f24d7aa946da57e01511.tar.zst freebsd-ports-gnome-1a0830a368eca22efc44f24d7aa946da57e01511.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)
Diffstat (limited to 'www/oops')
-rw-r--r-- | www/oops/Makefile | 2 | ||||
-rw-r--r-- | 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 |