All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][warrior][PATCH] at: Fix a spelling mistake.
@ 2019-05-31 21:08 Lei Maohui
  2019-06-12  9:33 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Lei Maohui @ 2019-05-31 21:08 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta/recipes-extended/at/at/pam.conf.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/at/at/pam.conf.patch b/meta/recipes-extended/at/at/pam.conf.patch
index c9f337e..38e7fc1 100644
--- a/meta/recipes-extended/at/at/pam.conf.patch
+++ b/meta/recipes-extended/at/at/pam.conf.patch
@@ -24,7 +24,7 @@ index 3674c0a..2f8d586 100644
 -@include common-auth
 -@include common-account
 +auth       include    common-auth
-+acount     include    common-account
++account     include    common-account
  session    required   pam_loginuid.so
 -@include common-session-noninteractive
 +session    include    common-session-noninteractive
-- 
2.7.4





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

* Re: [master][warrior][PATCH] at: Fix a spelling mistake.
  2019-05-31 21:08 [master][warrior][PATCH] at: Fix a spelling mistake Lei Maohui
@ 2019-06-12  9:33 ` Burton, Ross
  2019-06-13  1:57   ` Lei, Maohui
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2019-06-12  9:33 UTC (permalink / raw)
  To: Lei Maohui; +Cc: OE-core

You do more than fix a spelling mistake in that commit.  Please
explain the other changes.

Ross

On Wed, 12 Jun 2019 at 04:09, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:
>
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
>  meta/recipes-extended/at/at/pam.conf.patch | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/at/at/pam.conf.patch b/meta/recipes-extended/at/at/pam.conf.patch
> index c9f337e..38e7fc1 100644
> --- a/meta/recipes-extended/at/at/pam.conf.patch
> +++ b/meta/recipes-extended/at/at/pam.conf.patch
> @@ -24,7 +24,7 @@ index 3674c0a..2f8d586 100644
>  -@include common-auth
>  -@include common-account
>  +auth       include    common-auth
> -+acount     include    common-account
> ++account     include    common-account
>   session    required   pam_loginuid.so
>  -@include common-session-noninteractive
>  +session    include    common-session-noninteractive
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [master][warrior][PATCH] at: Fix a spelling mistake.
  2019-06-12  9:33 ` Burton, Ross
@ 2019-06-13  1:57   ` Lei, Maohui
  2019-06-13  9:10     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Lei, Maohui @ 2019-06-13  1:57 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Ross

> You do more than fix a spelling mistake in that commit.  Please
> explain the other changes.

I'm sorry, I don't understand. I just fixed "acount" to "account". I didn't do redundant change.

> > -+acount     include    common-account
> > ++account     include    common-account


Best regards
Lei


> -----Original Message-----
> From: Burton, Ross [mailto:ross.burton@intel.com]
> Sent: Wednesday, June 12, 2019 5:33 PM
> To: Lei, Maohui
> Cc: OE-core
> Subject: Re: [OE-core] [master][warrior][PATCH] at: Fix a spelling mistake.
> 
> You do more than fix a spelling mistake in that commit.  Please
> explain the other changes.
> 
> Ross
> 
> On Wed, 12 Jun 2019 at 04:09, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:
> >
> > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> > ---
> >  meta/recipes-extended/at/at/pam.conf.patch | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-extended/at/at/pam.conf.patch b/meta/recipes-
> extended/at/at/pam.conf.patch
> > index c9f337e..38e7fc1 100644
> > --- a/meta/recipes-extended/at/at/pam.conf.patch
> > +++ b/meta/recipes-extended/at/at/pam.conf.patch
> > @@ -24,7 +24,7 @@ index 3674c0a..2f8d586 100644
> >  -@include common-auth
> >  -@include common-account
> >  +auth       include    common-auth
> > -+acount     include    common-account
> > ++account     include    common-account
> >   session    required   pam_loginuid.so
> >  -@include common-session-noninteractive
> >  +session    include    common-session-noninteractive
> > --
> > 2.7.4
> >
> >
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 




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

* Re: [master][warrior][PATCH] at: Fix a spelling mistake.
  2019-06-13  1:57   ` Lei, Maohui
@ 2019-06-13  9:10     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2019-06-13  9:10 UTC (permalink / raw)
  To: Lei, Maohui; +Cc: OE-core

Sorry, I was failing to read the patch of the patch. :)

Ross

On Thu, 13 Jun 2019 at 02:57, Lei, Maohui <leimaohui@cn.fujitsu.com> wrote:
>
> Hi Ross
>
> > You do more than fix a spelling mistake in that commit.  Please
> > explain the other changes.
>
> I'm sorry, I don't understand. I just fixed "acount" to "account". I didn't do redundant change.
>
> > > -+acount     include    common-account
> > > ++account     include    common-account
>
>
> Best regards
> Lei
>
>
> > -----Original Message-----
> > From: Burton, Ross [mailto:ross.burton@intel.com]
> > Sent: Wednesday, June 12, 2019 5:33 PM
> > To: Lei, Maohui
> > Cc: OE-core
> > Subject: Re: [OE-core] [master][warrior][PATCH] at: Fix a spelling mistake.
> >
> > You do more than fix a spelling mistake in that commit.  Please
> > explain the other changes.
> >
> > Ross
> >
> > On Wed, 12 Jun 2019 at 04:09, Lei Maohui <leimaohui@cn.fujitsu.com> wrote:
> > >
> > > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> > > ---
> > >  meta/recipes-extended/at/at/pam.conf.patch | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta/recipes-extended/at/at/pam.conf.patch b/meta/recipes-
> > extended/at/at/pam.conf.patch
> > > index c9f337e..38e7fc1 100644
> > > --- a/meta/recipes-extended/at/at/pam.conf.patch
> > > +++ b/meta/recipes-extended/at/at/pam.conf.patch
> > > @@ -24,7 +24,7 @@ index 3674c0a..2f8d586 100644
> > >  -@include common-auth
> > >  -@include common-account
> > >  +auth       include    common-auth
> > > -+acount     include    common-account
> > > ++account     include    common-account
> > >   session    required   pam_loginuid.so
> > >  -@include common-session-noninteractive
> > >  +session    include    common-session-noninteractive
> > > --
> > > 2.7.4
> > >
> > >
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-core mailing list
> > > Openembedded-core@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >
>
>
>


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

end of thread, other threads:[~2019-06-13  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31 21:08 [master][warrior][PATCH] at: Fix a spelling mistake Lei Maohui
2019-06-12  9:33 ` Burton, Ross
2019-06-13  1:57   ` Lei, Maohui
2019-06-13  9:10     ` Burton, Ross

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.