diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-27 00:28:15 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-27 00:28:15 +0800 |
commit | 08b8958fd6d04d23647ba89d953cff544abc6c3e (patch) | |
tree | 42b2f8e8706c5880f3e6832a08f73746d84426a4 /security/authpf | |
parent | 0d4d2bb6c4945336d8f1dba0c2a117708e858ed5 (diff) | |
download | freebsd-ports-gnome-08b8958fd6d04d23647ba89d953cff544abc6c3e.tar.gz freebsd-ports-gnome-08b8958fd6d04d23647ba89d953cff544abc6c3e.tar.zst freebsd-ports-gnome-08b8958fd6d04d23647ba89d953cff544abc6c3e.zip |
Approved by: maintainer
Fix bento build error by registering 'authpf' gid to 63.
Diffstat (limited to 'security/authpf')
-rw-r--r-- | security/authpf/Makefile | 2 | ||||
-rw-r--r-- | security/authpf/pkg-install | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/authpf/Makefile b/security/authpf/Makefile index 08e6465bfbeb..213dcfb990b3 100644 --- a/security/authpf/Makefile +++ b/security/authpf/Makefile @@ -7,7 +7,7 @@ PORTNAME= authpf PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= http://pf4freebsd.love2party.net/ .if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes") diff --git a/security/authpf/pkg-install b/security/authpf/pkg-install index b7134e88cd5a..ad681ac6bf36 100644 --- a/security/authpf/pkg-install +++ b/security/authpf/pkg-install @@ -68,7 +68,7 @@ check_group() { fi fi echo "" - echo "I was not able to add group 'proxy:*:71:' as pw reported:" + echo "I was not able to add group 'authpf:*:63:' as pw reported:" pw groupadd -g $id -n $name -N echo "Please correct this and try again!" echo "" @@ -78,7 +78,7 @@ check_group() { case $2 in PRE-INSTALL) - if ! check_group authpf 72 ; then + if ! check_group authpf 63 ; then exit 1 fi ;; |