aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
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