Another MS fix...
[squirrelmail.git] / UPGRADE
diff --git a/UPGRADE b/UPGRADE
index 30670097318b3efda6826c7958bb33a5ef5ff95b..ddd51802156604d82b569ecd650ffcc1d453dc9d 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -7,7 +7,7 @@ using a previous version (0.1 or 0.2), it is suggested that you just start
 from scratch and configure your settings as if it was your first install.
 
 NOTE: The new plugin architecture required the use of some functions which
 from scratch and configure your settings as if it was your first install.
 
 NOTE: The new plugin architecture required the use of some functions which
-are not in all versions of PHP4. You will need at least PHP 4.0.6. If you
+are not in all versions of PHP4. You will need at least PHP 4.1.0. If you
 need to upgrade please go ahead and install the latest release version of
 PHP4.
 
 need to upgrade please go ahead and install the latest release version of
 PHP4.
 
@@ -68,9 +68,9 @@ C.  Copy plugins
 
 Like SquirrelMail, plugins are frequently updated for improvements, as well
 as to make them compatible with new SquirrelMail releases.  It is suggested
 
 Like SquirrelMail, plugins are frequently updated for improvements, as well
 as to make them compatible with new SquirrelMail releases.  It is suggested
-that you download a new plugins archive at the same time you download your
-SquirrelMail install, and that you install your plugins fresh (it's easy,
-don't panic!).
+that you download new versions of your plugins at the same time you download
+your SquirrelMail install, and that you install your plugins fresh (it's
+easy, don't panic!).
 
 If you prefer to just copy your old plugins over (if it's the same version
 or if you are lazy), you may do so.  If you notice irregularities with the
 
 If you prefer to just copy your old plugins over (if it's the same version
 or if you are lazy), you may do so.  If you notice irregularities with the
@@ -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.