From 3fe751d7e853eef227ef3a57f0fcce83df69f9e7 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 30 May 2005 10:03:53 +0000 Subject: [PATCH] copy old plugins directory to new plugins directory is not good idea. themes should be copied only when they are updated or missing git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9478 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- UPGRADE | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/UPGRADE b/UPGRADE index ddd51802..ee77526a 100644 --- a/UPGRADE +++ b/UPGRADE @@ -72,12 +72,9 @@ 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 -plugins under the new SquirrelMail, try installing new versions of the -plugins. - - $ cp -Rp squirrelmail-1.0.6.bak/plugins/* squirrelmail-1.2.0/plugins +You should not try replacing plugins that are already included in SquirrelMail +package. Download latest versions of plugins that are not included in new +SquirrelMail package or copy them from older SquirrelMail install. D. Copy themes @@ -85,7 +82,11 @@ If you've created or modified themes, you should copy just those to the new SquirrelMail themes directory. To just copy them all over to the new SquirrelMail installation, you can run one command. - $ cp squirrelmail-1.0.6.bak/themes/* squirrelmail-1.2.0/themes/ + $ cp -ui squirrelmail-1.0.6.bak/themes/* squirrelmail-1.2.0/themes/ + +When -u flag is used, command copies only missing and newer files. +When -i flag is used, command asks for confirmation before replacing +existing files. (While you are at it, you should send them to us! We might add them to the themes in the standard install!) -- 2.25.1