From ab0f16822ce57087ee104f087a51bfc86fa42f54 Mon Sep 17 00:00:00 2001 From: tom Date: Sun, 24 Mar 2002 14:50:22 +0000 Subject: Fix chown(8) syntax to work on -current Submitted by: Alexander Leidinger --- news/leafnode+/files/INSTALL.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news/leafnode+') 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 -- cgit