diff options
-rw-r--r-- | security/authpf/Makefile | 2 | ||||
-rw-r--r-- | security/authpf/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/authpf/Makefile b/security/authpf/Makefile index 20949cbeed94..e50e5f9387ca 100644 --- a/security/authpf/Makefile +++ b/security/authpf/Makefile @@ -7,7 +7,7 @@ PORTNAME= authpf PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 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 df29a4a8aeeb..f587ed190601 100644 --- a/security/authpf/pkg-install +++ b/security/authpf/pkg-install @@ -63,7 +63,7 @@ check_group() { echo "" echo "You need a group '$name' whose ID number is $id" if yesno "Would you like to create it automatically?" y; then - pw groupadd -g $id -n $name -M proxy + pw groupadd -g $id -n $name return 0 fi fi |