Change chown user.group -> user:group, using "." is deprecated and
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Feb 2005 20:59:45 +0000 (20:59 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Feb 2005 20:59:45 +0000 (20:59 +0000)
using ":" also conforms to the Single UNIX Spec.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8769 7612ce4b-ef26-0410-bec9-ea0150e637f0

UPGRADE

diff --git a/UPGRADE b/UPGRADE
index aadc72b016200d4fc03874dc4362e57a616c3c06..ddd51802156604d82b569ecd650ffcc1d453dc9d 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -98,10 +98,10 @@ example, we assume that user "nobody" and group "nobody" are the web server
 as is often the case with Apache.
 
   $ cd squirrelmail-1.2.0
 as is often the case with Apache.
 
   $ cd squirrelmail-1.2.0
-  $ chown -R nobody.nobody data
+  $ chown -R nobody:nobody data
   
 See INSTALL for alternate userid/groupid pairs.  Additionally, if "chown
   
 See INSTALL for alternate userid/groupid pairs.  Additionally, if "chown
-user.group" doesn't work, you can use "chown user" and "chgrp group"
+user:group" doesn't work, you can use "chown user" and "chgrp group"
 instead.  See the man pages for these commands for more information.
 
 
 instead.  See the man pages for these commands for more information.