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:
parent
2f213ebd1d
commit
8e40185581
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# postgresql-setup - Initialization and upgrade operations for PostgreSQL
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user