Approved by: maintainer

Fix bento build error by registering 'authpf' gid to 63.
This commit is contained in:
Foxfair Hu 2003-06-26 16:28:15 +00:00
parent bc3a94c413
commit b57d989abd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83677
2 changed files with 3 additions and 3 deletions

View file

@ -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")

View file

@ -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
;;