From 9b31e8db9a694261005deca0023811d6649f7f64 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 19 Dec 2011 23:59:02 -0800 Subject: [PATCH] Fedora 16 partial support --- ...x-10.0-* => config-redhat-linux-10.0-24.0} | 0 postgresql/config-redhat-linux-25.0-* | 24 +++++++++++++++++++ 2 files changed, 24 insertions(+) rename postgresql/{config-redhat-linux-10.0-* => config-redhat-linux-10.0-24.0} (100%) create mode 100644 postgresql/config-redhat-linux-25.0-* diff --git a/postgresql/config-redhat-linux-10.0-* b/postgresql/config-redhat-linux-10.0-24.0 similarity index 100% rename from postgresql/config-redhat-linux-10.0-* rename to postgresql/config-redhat-linux-10.0-24.0 diff --git a/postgresql/config-redhat-linux-25.0-* b/postgresql/config-redhat-linux-25.0-* new file mode 100644 index 000000000..1f342c990 --- /dev/null +++ b/postgresql/config-redhat-linux-25.0-* @@ -0,0 +1,24 @@ +login=postgres +psql=/usr/bin/psql +basedb=template1 +start_cmd=systemctl start postgresql.service +stop_cmd=systemctl stop postgresql.service +pid_file=/var/run/postmaster*.pid +perpage=25 +hba_conf=/var/lib/pgsql/data/pg_hba.conf +nodbi=0 +user=postgres +setup_cmd=systemctl start postgresql.service +dump_cmd=/usr/bin/pg_dump +rstr_cmd=/usr/bin/pg_restore +repository=/home/db_repository +sameunix=1 +access=*: * +blob_mode=0 +add_mode=1 +date_subs=0 +style=0 +max_dbs=50 +simple_sched=0 +access_own=0 +max_text=1000