All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH] postgresql: Fix install error on non existent file
@ 2020-05-29 19:41 babak.sarashki
  2020-06-02  2:31 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: babak.sarashki @ 2020-05-29 19:41 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

From: Babak Sarashki <babak.sarashki@windriver.com>

Commit 103939fec ("postgresql: Allow successful run of postgresql-setup")
renamed .bash_profile to .profile. This commit reflects the file rename.

Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com>
---
 meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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() {
     sed -e "s:%SYSCONFIGDIR%:${sysconfdir}:g" -i ${PG_INIT_SERVICE_FILE}
 
     # Update PGDATA throughout
-    files="${D}${localstatedir}/lib/${BPN}/.bash_profile"
+    files="${D}${localstatedir}/lib/${BPN}/.profile"
     files="$files ${D}${systemd_unitdir}/system/postgresql.service"
     files="$files ${D}${bindir}/${BPN}-setup"
     files="$files ${D}${sysconfdir}/init.d/${BPN}-server"
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][m-c-s][PATCH] postgresql: Fix install error on non existent file
  2020-05-29 19:41 [meta-virtualization][m-c-s][PATCH] postgresql: Fix install error on non existent file babak.sarashki
@ 2020-06-02  2:31 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-06-02  2:31 UTC (permalink / raw)
  To: Babak Sarashki; +Cc: meta-virtualization, zbsarashki


merged

Bruce

In message: [meta-virtualization][m-c-s][PATCH] postgresql: Fix install error on non existent file
on 29/05/2020 Babak Sarashki wrote:

> From: Babak Sarashki <babak.sarashki@windriver.com>
> 
> Commit 103939fec ("postgresql: Allow successful run of postgresql-setup")
> renamed .bash_profile to .profile. This commit reflects the file rename.
> 
> Signed-off-by: Babak Sarashki <babak.sarashki@windriver.com>
> ---
>  meta-openstack/recipes-dbs/postgresql/postgresql_openstack.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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() {
>      sed -e "s:%SYSCONFIGDIR%:${sysconfdir}:g" -i ${PG_INIT_SERVICE_FILE}
>  
>      # Update PGDATA throughout
> -    files="${D}${localstatedir}/lib/${BPN}/.bash_profile"
> +    files="${D}${localstatedir}/lib/${BPN}/.profile"
>      files="$files ${D}${systemd_unitdir}/system/postgresql.service"
>      files="$files ${D}${bindir}/${BPN}-setup"
>      files="$files ${D}${sysconfdir}/init.d/${BPN}-server"
> -- 
> 2.23.0
> 

> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-02  2:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 19:41 [meta-virtualization][m-c-s][PATCH] postgresql: Fix install error on non existent file babak.sarashki
2020-06-02  2:31 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.