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 /security/authpf/pkg-install | |
parent | cb8530724e0f7dc15f809e9bf6d492b6796569df (diff) | |
download | ports-819ca1b7eb9d77baad62cc020030e29975ce64a5.tar.gz ports-819ca1b7eb9d77baad62cc020030e29975ce64a5.zip |
Notes
Diffstat (limited to 'security/authpf/pkg-install')
-rw-r--r-- | security/authpf/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
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 |