summaryrefslogtreecommitdiffstats
path: root/share/postgresql-setup/.gitignore
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-03-02 09:41:33 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-03-02 10:10:53 +0100
commit7b1dbe74c98f5be41ad5605260f0edbf40a9fcd1 (patch)
tree12ce1599858a23ee9a0d9088543450b9e4617f62 /share/postgresql-setup/.gitignore
parent9094981751e776fa93537c91bc0e678f4d806b91 (diff)
downloadpostgresql-setup-7b1dbe74c98f5be41ad5605260f0edbf40a9fcd1.tar.gz
postgresql-setup-7b1dbe74c98f5be41ad5605260f0edbf40a9fcd1.tar.xz
postgresql-setup-7b1dbe74c98f5be41ad5605260f0edbf40a9fcd1.zip
postgresql-check-db-dir: match configuration approach
* configure.ac (PGDATADIR): Use /var/lib/pgsql/data when prefix is set to /usr. (rawpkgdatadir): New directory. Its different from pkgdatadir, because thats often set to /usr/share/postgresql. * Makefile.am: Include new rawpkgdatadir Makefile.inc. Fix distcheck by mentioning legacyscripts_SCRIPTS in GENERATED_FILES. * postgresql-check-db-dir.in: Use library.sh to give user better advice. Use @NAME_BINARYBASE@ prefix. (bad_version): New function. (PREVMAJORVERSION): Removed unused variable. * postgresql-setup.in: Cut out the config-parsing routines into library.sh. * share/postgresql-setup/library.sh.in: New library file. Added new option 'list' for parse_upgrade_setup. * share/postgresql-setup/Makefile.inc: New file. * share/postgresql-setup/.gitignore: Ignore library.sh.
Diffstat (limited to 'share/postgresql-setup/.gitignore')
-rw-r--r--share/postgresql-setup/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/postgresql-setup/.gitignore b/share/postgresql-setup/.gitignore
index d9c09a5..64c0145 100644
--- a/share/postgresql-setup/.gitignore
+++ b/share/postgresql-setup/.gitignore
@@ -1 +1,2 @@
upgrade.conf
+library.sh