From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: "Amadeusz Żołnowski"
<aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>,
initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] inst_simple doesn't take '-H' parameter
Date: Tue, 22 Jul 2014 14:29:10 +0200 [thread overview]
Message-ID: <53CE5916.3080707@redhat.com> (raw)
In-Reply-To: <1405929291-6523-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
On 21.07.2014 09:54, Amadeusz Żołnowski wrote:
> It was introduced in commit 5a5758.
> ---
> modules.d/90lvm/module-setup.sh | 2 +-
> modules.d/95zfcp/module-setup.sh | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/modules.d/90lvm/module-setup.sh b/modules.d/90lvm/module-setup.sh
> index 2f2b64c..5073082 100755
> --- a/modules.d/90lvm/module-setup.sh
> +++ b/modules.d/90lvm/module-setup.sh
> @@ -59,7 +59,7 @@ install() {
>
> if [[ $hostonly ]] || [[ $lvmconf = "yes" ]]; then
> if [ -f /etc/lvm/lvm.conf ]; then
> - inst_simple -H /etc/lvm/lvm.conf
> + inst_simple /etc/lvm/lvm.conf
> # FIXME: near-term hack to establish read-only locking;
> # use command-line lvm.conf editor once it is available
> sed -i -e 's/\(^[[:space:]]*\)locking_type[[:space:]]*=[[:space:]]*[[:digit:]]/\1locking_type = 4/' ${initdir}/etc/lvm/lvm.conf
> diff --git a/modules.d/95zfcp/module-setup.sh b/modules.d/95zfcp/module-setup.sh
> index 9526caa..b96ccd2 100755
> --- a/modules.d/95zfcp/module-setup.sh
> +++ b/modules.d/95zfcp/module-setup.sh
> @@ -31,6 +31,6 @@ install() {
> inst_rules 56-zfcp.rules
>
> if [[ $hostonly ]]; then
> - inst_simple -H /etc/zfcp.conf
> + inst_simple /etc/zfcp.conf
> fi
> }
>
Thanks! Fixed in another way.
prev parent reply other threads:[~2014-07-22 12:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-21 7:54 [PATCH] inst_simple doesn't take '-H' parameter Amadeusz Żołnowski
[not found] ` <1405929291-6523-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
2014-07-22 12:29 ` Harald Hoyer [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=53CE5916.3080707@redhat.com \
--to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 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.