summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2002-03-24 14:50:22 +0000
committerTom Hukins <tom@FreeBSD.org>2002-03-24 14:50:22 +0000
commit5e921641281ea5c1664324bd145fc05d8974745d (patch)
tree108101053b15624449467fea959826ba1671e21f /news
parentFix a typo that was breaking package building (diff)
Fix chown(8) syntax to work on -current
Submitted by: Alexander Leidinger <netchild@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=56535
Diffstat (limited to 'news')
-rw-r--r--news/leafnode+/files/INSTALL.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/leafnode+/files/INSTALL.in b/news/leafnode+/files/INSTALL.in
index dc5b702ffd3f..beb587c67837 100644
--- a/news/leafnode+/files/INSTALL.in
+++ b/news/leafnode+/files/INSTALL.in
@@ -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