From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Babak Sarashki <babak.sarashki@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org, zbsarashki@gmail.com
Subject: Re: [meta-virtualization][m-c-s][PATCH] postgresql: Fix install error on non existent file
Date: Mon, 1 Jun 2020 22:31:30 -0400 [thread overview]
Message-ID: <20200602023128.GA36868@gmail.com> (raw)
In-Reply-To: <20200529194129.89590-1-Babak.SarAshki@windriver.com>
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
>
>
prev parent reply other threads:[~2020-06-02 2:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200602023128.GA36868@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=babak.sarashki@windriver.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=zbsarashki@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.