diff options
author | Tom Hukins <tom@FreeBSD.org> | 2002-03-24 14:50:22 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2002-03-24 14:50:22 +0000 |
commit | 5e921641281ea5c1664324bd145fc05d8974745d (patch) | |
tree | 108101053b15624449467fea959826ba1671e21f /news | |
parent | 1899da73c73cb4b0e7c4265a5e9417a728521ca9 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode+/files/INSTALL.in | 4 |
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 |