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:
parent
1899da73c7
commit
5e92164128
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56535
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user