diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-04 01:34:50 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-04 01:34:50 +0000 |
commit | 819ca1b7eb9d77baad62cc020030e29975ce64a5 (patch) | |
tree | d197863ac2c639f0ad53f27988f884a5bb393f86 | |
parent | PR: (diff) |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Revert the change of pkg-install r1.3, it shouldn't be there.
Pointy hat to: me
Requested by: maintainer
Notes
Notes:
svn path=/head/; revision=84177
-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 |