aboutsummaryrefslogtreecommitdiff
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
parent1899da73c73cb4b0e7c4265a5e9417a728521ca9 (diff)
downloadports-5e921641281ea5c1664324bd145fc05d8974745d.tar.gz
ports-5e921641281ea5c1664324bd145fc05d8974745d.zip
Notes
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