1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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.
This commit is contained in:
Foxfair Hu 2003-06-26 18:04:43 +00:00
parent 4b7fd242eb
commit 07b27b7bc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83690

View File

@ -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