diff options
Diffstat (limited to 'meta-openstack/recipes-support/postgresql/postgresql_8.4.7.bbappend')
| -rw-r--r-- | meta-openstack/recipes-support/postgresql/postgresql_8.4.7.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/postgresql/postgresql_8.4.7.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_8.4.7.bbappend index 6f56e10..a2390e4 100644 --- a/meta-openstack/recipes-support/postgresql/postgresql_8.4.7.bbappend +++ b/meta-openstack/recipes-support/postgresql/postgresql_8.4.7.bbappend | |||
| @@ -26,6 +26,7 @@ pkg_postinst_${PN} () { | |||
| 26 | sudo -u postgres initdb -D /etc/${PN}/ | 26 | sudo -u postgres initdb -D /etc/${PN}/ |
| 27 | /etc/init.d/postgresql start | 27 | /etc/init.d/postgresql start |
| 28 | sudo -u postgres psql -c "CREATE ROLE admin WITH SUPERUSER LOGIN PASSWORD 'admin'" | 28 | sudo -u postgres psql -c "CREATE ROLE admin WITH SUPERUSER LOGIN PASSWORD 'admin'" |
| 29 | ln -s /usr/share/zoneinfo /usr/share/postgresql/timezone | ||
| 29 | } | 30 | } |
| 30 | 31 | ||
| 31 | FILES_${PN} += "${localstatedir}/run/${PN}" | 32 | FILES_${PN} += "${localstatedir}/run/${PN}" |
