aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-26 18:04:43 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-26 18:04:43 +0000
commit07b27b7bc84db60d48dde1210efd849a9ede3638 (patch)
treebccb9d5add850f91c4ae8be0568a4fb7660bec70 /security
parent4b7fd242ebdedecfbb2b12550e74d0293645a956 (diff)
downloadports-07b27b7bc84db60d48dde1210efd849a9ede3638.tar.gz
ports-07b27b7bc84db60d48dde1210efd849a9ede3638.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/pf/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pf/pkg-install b/security/pf/pkg-install
index b58135207a56..a22e2c88c1bb 100644
--- a/security/pf/pkg-install
+++ b/security/pf/pkg-install
@@ -156,7 +156,7 @@ EOF
# We need a command 'pw(8)'
check_pw
pw useradd $name -u $id -g $group -h - -d /nonexistent \
- -s /nonexistent -c $name || exit
+ -s /nonexistent -c "Packet Filter pseudo-user" || exit
else
echo "Please create it, and try again."
return 1