From: Andy Witter Date: Wed, 15 Jan 2014 13:36:06 +0000 (-0500) Subject: Fix installation order in genasys config txt file. X-Git-Tag: GenaSYS-2.5.1~10 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3047c111a69c2f6b42c510b93945cd8735eac82b;p=contrib%2Fpines%2Fgenasys.git Fix installation order in genasys config txt file. --- diff --git a/GenaSYS.sh b/GenaSYS.sh index c5db6a9..9d4d19a 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -25,8 +25,8 @@ PURPOSE_="Generate config files needed for Evergreen-ILS Cluster" SYNOPSIS_="$NAME_" REQUIRES_="standard GNU commands, apt, dpkg" - VERSION_="1.27" - DATE_="2010-09-23; last update: 2014-01-14" + VERSION_="1.28" + DATE_="2010-09-23; last update: 2014-01-15" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" @@ -2835,7 +2835,7 @@ echo "nodes in the cluster, extract and run the installation" >> "$NETCFGFILE" echo "and reboot each one before starting on the next one." >> "$NETCFGFILE" echo "Install in the order listed below." >> "$NETCFGFILE" echo >> "$NETCFGFILE" -echo "lvs logger db brick01-head other-bricks reporter utility sip" >> "$NETCFGFILE" +echo "lvs logger backup reporter db memcache brick01-head other-bricks sip utility monitor" >> "$NETCFGFILE" echo "" >> "$NETCFGFILE" echo "_________________________________________________________________________" >> "$NETCFGFILE" echo "*** Please secure this file as it contains sensitvive information. ***" >> "$NETCFGFILE"