postgresql-setup: do not pretend 'sh' compatibility

At least the way the script is prepared for translation is adopted
from bash.

Version: 9.3.2-4
This commit is contained in:
Pavel Raiskup 2014-01-09 14:06:25 +01:00
parent 2f213ebd1d
commit 8e40185581
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# postgresql-setup - Initialization and upgrade operations for PostgreSQL

View File

@ -1126,6 +1126,7 @@ fi
* Mon Jan 13 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-4
- postgresql-setup(upgrade): don't stop old server when it can not be started
- postgresql-setup(initdb, upgrade): add $PGSETUP_INITDB_OPTIONS
- postgresql-setup: do not pretend 'sh' compatibility
* Fri Jan 10 2014 Pavel Raiskup <praiskup@redhat.com> - 9.3.2-3
- build with -O3 on ppc64 (private #1051075)