diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2015-02-10 13:24:16 +0100 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2015-02-10 13:46:33 +0100 |
| commit | bea99d7e37e57d209a146505313280c38c8548f1 (patch) | |
| tree | dd83745f83b300e4a7158e6f7ab8d3b2351fdcf3 /NEWS | |
| parent | a494c5b62cd9a22a6a2b3a6cdc49e36af4e8d9bc (diff) | |
| download | postgresql-setup-bea99d7e37e57d209a146505313280c38c8548f1.tar.gz postgresql-setup-bea99d7e37e57d209a146505313280c38c8548f1.tar.xz postgresql-setup-bea99d7e37e57d209a146505313280c38c8548f1.zip | |
legacy-scripts: generate them from single template
As we do not consider the postgresql@ unit variants (that would
require libexec/initscripts/legacy-actions/postgresql@CONCRETE
symlink to the default legacy-scripts directory), there is no need
to do run-time checks.
* Makefile.am (upgrade): Create from legacy-sysv-script.in
template.
(initdb): Likewise.
(systemdlegacyscripts_DATA): Substitute with ..
(systemdlegacyscripts_SCRIPTS): .. this to have execute bit after
installation.
(GENERATED_FILES): Add _SCRIPTS variant for systemdlegacyscripts.
* legacy-sysv-script.in: New unified template for legacy scripts.
* initdb.in: Remove.
* upgrade.in: Likewise.
* NEWS: Document.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ New in 3.0 version * postgresql-setup now works if postgres user is /bin/nologin +* Legacy scripts are now generated from single template file, also are + simplified a bit. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New in 2.0 version |
