1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Use UID 95 instead of 94, perforce already uses 94.

Noticed by:	Seth Kingsley <sethk@meowfishies.com>
This commit is contained in:
Alexander Leidinger 2002-09-03 09:48:01 +00:00
parent 6844be8d51
commit 53c8689b12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65554

View File

@ -10,7 +10,7 @@ fi
USER=interch
GROUP=${USER}
UID=94
UID=95
GID=${UID}
pw groupshow ${GROUP} >/dev/null 2>&1 \