. Use a free uid rather than one thats already taken.

Clue bat applied by:	kris
This commit is contained in:
Greg Lewis 2003-08-29 22:30:33 +00:00
parent 8f10fdf81a
commit 21baba3ae3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88011

View File

@ -9,7 +9,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
USER=mud
GROUP=${USER}
UID=91
UID=97
GID=${UID}
if [ -z "${DATADIR}" ]; then