From 07b27b7bc84db60d48dde1210efd849a9ede3638 Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Thu, 26 Jun 2003 18:04:43 +0000 Subject: Use a better comment in system passwd file when we create the user 'proxy' at first time. No necessary to bump PRTREVISION so only force commit in Makefile. --- security/pf/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/pf') 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 -- cgit v1.2.3