development/icecream: Update UID/GID.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-04-04 07:01:22 +07:00
parent ea1681175b
commit cbf8250964

View file

@ -24,7 +24,7 @@
PRGNAM=icecream
SRCNAM=icecc
VERSION=1.0.1
VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@ -43,12 +43,12 @@ OUTPUT=${OUTPUT:-/tmp}
if ! grep ^icecream: /etc/group 2>&1 > /dev/null; then
echo " Must have a icecream group to run this script."
echo " # groupadd -g 282 icecream"
echo " # groupadd -g 283 icecream"
echo " Or something similar."
exit 1
elif ! grep ^icecream: /etc/passwd 2>&1 > /dev/null; then
echo " Must have a icecream user to run this script."
echo " # useradd -u 282 -g icecream -d /var/cache/icecream icecream"
echo " # useradd -u 283 -g icecream -d /var/cache/icecream icecream"
echo " Or something similar."
exit 1
fi