summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc b/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
index b6a9c3c..3de5845 100644
--- a/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
+++ b/meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc
@@ -35,7 +35,7 @@ do_install_append() {
35 sed -e "s:%SYSCONFIGDIR%:${sysconfdir}:g" -i ${PG_INIT_SERVICE_FILE} 35 sed -e "s:%SYSCONFIGDIR%:${sysconfdir}:g" -i ${PG_INIT_SERVICE_FILE}
36 36
37 # Update PGDATA throughout 37 # Update PGDATA throughout
38 files="${D}${localstatedir}/lib/${BPN}/.bash_profile" 38 files="${D}${localstatedir}/lib/${BPN}/.profile"
39 files="$files ${D}${systemd_unitdir}/system/postgresql.service" 39 files="$files ${D}${systemd_unitdir}/system/postgresql.service"
40 files="$files ${D}${bindir}/${BPN}-setup" 40 files="$files ${D}${bindir}/${BPN}-setup"
41 files="$files ${D}${sysconfdir}/init.d/${BPN}-server" 41 files="$files ${D}${sysconfdir}/init.d/${BPN}-server"