From 8ac008e982fd257170c754a137455c6800c6419d Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 27 Aug 2007 17:01:28 +0200 Subject: [PATCH] non significant spaces suck, stage 4 Signed-off-by: Pierre Habouzit --- upgrade/0.0.0_to_0.9.0/new_newsletter.sh | 2 +- upgrade/0.9.2/update.sh | 2 +- upgrade/0.9.3/update.sh | 2 +- upgrade/0.9.4/update.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/upgrade/0.0.0_to_0.9.0/new_newsletter.sh b/upgrade/0.0.0_to_0.9.0/new_newsletter.sh index 983d4ca..ae500fc 100755 --- a/upgrade/0.0.0_to_0.9.0/new_newsletter.sh +++ b/upgrade/0.0.0_to_0.9.0/new_newsletter.sh @@ -5,4 +5,4 @@ list_members polytechnique.org-newsletter | \ sed -e 's!^\(.*\)@polytechnique.org!INSERT INTO newsletter_ins SELECT id FROM aliases WHERE alias="\1";!' | \ mysql x4dat -echo "DELETE FROM aliases WHERE alias LIKE 'newsletter%';" | mysql x4dat +echo "DELETE FROM aliases WHERE alias LIKE 'newsletter%';" | mysql x4dat diff --git a/upgrade/0.9.2/update.sh b/upgrade/0.9.2/update.sh index a7f3788..394affa 100755 --- a/upgrade/0.9.2/update.sh +++ b/upgrade/0.9.2/update.sh @@ -30,6 +30,6 @@ echo "To make statistics work : evolution-inscrits-mails, plot-graphs, mailParselog - add symlinks : in htdocs/stats : ln -s /home/web/stats/graph-* . - in templates/stats : ln -s /home/web/stats/lastParselog* . + in templates/stats : ln -s /home/web/stats/lastParselog* . " diff --git a/upgrade/0.9.3/update.sh b/upgrade/0.9.3/update.sh index 02158f4..be6f0d5 100755 --- a/upgrade/0.9.3/update.sh +++ b/upgrade/0.9.3/update.sh @@ -26,6 +26,6 @@ echo "BE CAREFUL : * carva redirects are still in scripts/ but their path and name have changed. --> the error page is scripts/webredirect_error.php --> the redirect page is scripts/webredirect.php - + * mailman : update the conf to use the mhonarc archiver " diff --git a/upgrade/0.9.4/update.sh b/upgrade/0.9.4/update.sh index 807a287..010efc5 100755 --- a/upgrade/0.9.4/update.sh +++ b/upgrade/0.9.4/update.sh @@ -25,7 +25,7 @@ You now have to : (*) apt-get install php4-gd2 add extension=gd.so in /etc/php/apache(2?)/php.ini - + (*) apt-get install php-banana (may not be on public servers) and add a rewrite rule on www.polytechnique.org (http and https) : ^/banana/([^/]*/.*)$ /usr/share/banana/\$1 -- 2.1.4