diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2015-02-27 09:57:24 +0100 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2015-02-27 09:57:24 +0100 |
| commit | 09cc145b8bd877966f5efe739597d6338ab2d1a4 (patch) | |
| tree | 4d04ebb78e08c88ebc2ddcded95a45ff37fac988 /configure.ac | |
| parent | a8a3f7cbb9e46d946d9c0d7f8e8d547ad35a5a2c (diff) | |
| download | postgresql-setup-09cc145b8bd877966f5efe739597d6338ab2d1a4.tar.gz postgresql-setup-09cc145b8bd877966f5efe739597d6338ab2d1a4.tar.xz postgresql-setup-09cc145b8bd877966f5efe739597d6338ab2d1a4.zip | |
configury: add NAME_DEFAULT_PREV_SERVICE variable
We may want to configure postgresql-setup to upgrade from SCL
version of PostgreSQL, which needs to read
'postgresql92-postgresq' service files. Defaults to 'postgresql'.
* configure.ac (NAME_DEFAULT_PREV_SERVICE): New configure var.
* postgresql-setup.in ($option_upgradefrom): Default to
NAME_DEFAULT_PREV_SERVICE contents.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c419e0e..a6ed1fb 100644 --- a/configure.ac +++ b/configure.ac @@ -209,6 +209,9 @@ PGSETUP_SUBST_OPT([NAME_PKG_PFX], [], [package name prefix, like (PFX)postgresql.rpm]) PGSETUP_SUBST_OPT([NAME_PKG_SFX], [], [package name suffix, like postgresql(SFX).rpm]) +PGSETUP_SUBST_OPT([NAME_DEFAULT_PREV_SERVICE], [postgresql], + [name of service to upgrade from by default (defaults to + 'postgresql']) NAME_BINARYBASE="$NAME_BIN_PFX""postgresql$NAME_BIN_SFX" NAME_PACKAGE="$NAME_PKG_PFX""postgresql$NAME_PKG_SFX" |
