summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-02-10 08:18:11 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-02-10 10:02:56 +0100
commit82b9bab207ea3cc351581bab89abce48cff2ad12 (patch)
treed2286023e1cdf502dda0854d2f479d63d17115f0 /NEWS
parent5ffd9429a89422b6e15f8d05c8ce3ad504e958de (diff)
downloadpostgresql-setup-82b9bab207ea3cc351581bab89abce48cff2ad12.tar.gz
postgresql-setup-82b9bab207ea3cc351581bab89abce48cff2ad12.tar.xz
postgresql-setup-82b9bab207ea3cc351581bab89abce48cff2ad12.zip
postgresql-setup: mention login shell explicitly
The setup script was reported to not work if user 'postgres' has /sbin/nologin in /etc/passwd (explicitly set by administrator). This configuration does not seem to be terribly useful but there is no need to fail at all. Resolves: rhbz#1122143 * postgresql-setup.in ($SU_L_POSTGRES): New wrapping variable, using '-s /bin/sh' to bypass /sbin/nologin. This option should be supported both by 'su' and 'runuser'. * NEWS: Document.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 277a7b2..dae256a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ New in 3.0 version
* Use 'pg_upgrade --username' instead of 'pg_upgrade --user' for
PostgreSQL >= 9.4.
+* postgresql-setup now works if postgres user is /bin/nologin
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 2.0 version