diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2017-08-22 17:55:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:43 +0700 |
commit | 555c1ee95a2a948b76dcd46b7bfc451e20a88f71 (patch) | |
tree | 1a5b5a29d665c9b351df0d3bf881d40c416b90d0 /system/postgresql/rc.postgresql.new | |
parent | 15c283cdbb611bc3394ab667b20a11792bed6c47 (diff) | |
download | slackbuilds-555c1ee95a2a948b76dcd46b7bfc451e20a88f71.tar.gz |
system/postgresql: Updated for version 9.6.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/postgresql/rc.postgresql.new')
-rw-r--r-- | system/postgresql/rc.postgresql.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/rc.postgresql.new b/system/postgresql/rc.postgresql.new index c2348707da..db5c40ca05 100644 --- a/system/postgresql/rc.postgresql.new +++ b/system/postgresql/rc.postgresql.new @@ -80,7 +80,7 @@ case "$1" in if [ ! -e $DATADIR/PG_VERSION ]; then echo "You should initialize the PostgreSQL database at location $DATADIR" - echo "e.g. su postgres -c \"initdb -D $DATADIR --locale=en_US.UTF-8 -A md5 -W\"" + echo "e.g. su postgres -c \"initdb -D $DATADIR --locale=en_US.UTF-8 -A md5 -W --data-checksums\"" exit 6 fi |