From: Kang Kai <Kai.Kang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-networking][PATCH] samba: update systemd service files
Date: Thu, 18 Feb 2016 17:39:52 +0800 [thread overview]
Message-ID: <56C59168.4010600@windriver.com> (raw)
In-Reply-To: <1453876257-30608-1-git-send-email-kai.kang@windriver.com>
On 2016年01月27日 14:30, kai.kang@windriver.com wrote:
> From: Kai Kang <kai.kang@windriver.com>
>
> Update systemd service files of samba. There are no '@BASE_BINDIR@' and
> '@SBINDIR@' in these service files, so drop the original replacement.
> Command kill is installed to /bin/kill, then correct in the service files.
Ping.
--Kai
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
> meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
> index a51d31f..2e3f118 100644
> --- a/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
> +++ b/meta-networking/recipes-connectivity/samba/samba_4.1.12.bb
> @@ -112,9 +112,7 @@ do_install_append() {
> for i in nmb smb winbind; do
> install -m 0644 packaging/systemd/$i.service ${D}${systemd_unitdir}/system
> done
> - sed -e 's,@BASE_BINDIR@,${base_bindir},g' \
> - -e 's,@SBINDIR@,${sbindir},g' \
> - -i ${D}${systemd_unitdir}/system/*.service
> + sed -i 's,\(ExecReload=\).*\(/kill\),\1${base_bindir}\2,' ${D}${systemd_unitdir}/system/*.service
>
> install -d ${D}${sysconfdir}/tmpfiles.d
> echo "d ${localstatedir}/log/samba 0755 root root -" \
--
Regards,
Neil | Kai Kang
next prev parent reply other threads:[~2016-02-18 9:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 6:30 [meta-networking][PATCH] samba: update systemd service files kai.kang
2016-02-18 9:39 ` Kang Kai [this message]
2016-02-25 7:36 ` Kang Kai
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=56C59168.4010600@windriver.com \
--to=kai.kang@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox