From: Andy Witter Date: Tue, 9 Jan 2018 13:57:54 +0000 (-0500) Subject: Remove eg_database init script - not used X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ca786f84dc516a77cb09c2b700ff56384f1107e;p=contrib%2Fpines%2Fgenasys.git Remove eg_database init script - not used --- diff --git a/GenaSYS.sh b/GenaSYS.sh index aa39713..31fd176 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.85" - DATE_="2010-11-23; last update: 2017-09-02" + VERSION_="1.86" + DATE_="2010-11-23; last update: 2018-01-09" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" @@ -2699,7 +2699,7 @@ do mkdir -p $OUTDIR/${DB_SERVER}/etc/postgresql/$PSQL_VERSION/main mkdir -p $OUTDIR/${DB_SERVER}/home/postgres/eg mkdir -p $OUTDIR/${DB_SERVER}/root/eg - cp -f "$TEMPLATEDIR/init/eg_database" "$OUTDIR/${DB_SERVER}/etc/init.d" + #cp -f "$TEMPLATEDIR/init/eg_database" "$OUTDIR/${DB_SERVER}/etc/init.d" # cp -f "$TEMPLATEDIR/db/postgresql.conf" "$OUTDIR/${DB_SERVER}/etc/postgresql/$PSQL_VERSION/main" #TODO removed temporarily. cp -f "$TEMPLATEDIR/db/pg_hba.conf" "$OUTDIR/${DB_SERVER}/etc/postgresql/$PSQL_VERSION/main" cp -f "$TEMPLATEDIR/db/eg_db_postgres.crontab" "$OUTDIR/${DB_SERVER}/home/postgres/eg"