diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-27 02:04:43 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-27 02:04:43 +0800 |
commit | f0a34588db4e57793f5e93a38ecd32233106b720 (patch) | |
tree | 44e7e4ed3b0cbc0bfd6fabc8529aee6d3a4d25d9 /security/pf | |
parent | c49f4ed20a6265c66068fd69f7997b12ca7c0ea2 (diff) | |
download | freebsd-ports-gnome-f0a34588db4e57793f5e93a38ecd32233106b720.tar.gz freebsd-ports-gnome-f0a34588db4e57793f5e93a38ecd32233106b720.tar.zst freebsd-ports-gnome-f0a34588db4e57793f5e93a38ecd32233106b720.zip |
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.
Diffstat (limited to 'security/pf')
-rw-r--r-- | security/pf/pkg-install | 2 |
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 |