From 0ca786f84dc516a77cb09c2b700ff56384f1107e Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Tue, 9 Jan 2018 08:57:54 -0500 Subject: [PATCH] Remove eg_database init script - not used --- GenaSYS.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.11.0