1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix chown(8) syntax to work on -current

Submitted by:	Alexander Leidinger <netchild@FreeBSD.org>
This commit is contained in:
Tom Hukins 2002-03-24 14:50:22 +00:00
parent 1899da73c7
commit 5e92164128
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56535

View File

@ -5,7 +5,7 @@ SPOOLDIR=@SPOOLDIR@
if [ x$2 = xPOST-INSTALL ]; then
if [ ! -d $LIBDIR ]; then
mkdir -p $LIBDIR
chown -R news.news $LIBDIR/.
chown -R news:news $LIBDIR/.
fi
if [ ! -d $SPOOLDIR ]; then
mkdir -p $SPOOLDIR
@ -20,7 +20,7 @@ if [ x$2 = xPOST-INSTALL ]; then
${a}${b}9 ; \
done
done
chown -R news.news $SPOOLDIR/.
chown -R news:news $SPOOLDIR/.
chmod 2750 $SPOOLDIR
fi
fi