bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] [PATCH] build: fix syntax-check


From: Giuseppe Scrivano
Subject: Re: [bug-inetutils] [PATCH] build: fix syntax-check
Date: Tue, 01 Jul 2014 12:21:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

address@hidden (Alfred M. Szmidt) writes:

>    > diff --git a/ftpd/ftpcmd.y b/ftpd/ftpcmd.y
>    > index 440a4e2..f242139 100644
>    > --- a/ftpd/ftpcmd.y
>    > +++ b/ftpd/ftpcmd.y
>    > @@ -1389,7 +1389,7 @@ static struct tab cmdtab[] = {
>    >    { "ADAT", ADAT, OSTR, 0,      "<sp> security-data" },
>    >    { "AUTH", AUTH, OSTR, 0,      "<sp> mechanism" },
>    >    { "CCC", CCC, ARGS, 0,        "(clear command channel)" },
>    > -  { "CONF", CONF, OSTR, 0,      "<sp> confidential-msg" },
>    > +  { "CONF", CONF, OSTR, 0,      "<sp> confidential-msg" },
>    >    { "ENC", ENC, OSTR, 0,        "<sp> private-message" },
>    >    { "MIC", MIC, OSTR, 0,        "<sp> safe-message" },
>    >    { "PBSZ", PBSZ, OSTR, 0,      "<sp> buf-size" },
>
>    ping.  Is the patch good for master?
>
> The change seems very invasive, and since you have reservations about
> it for master, I think we should not apply it...
>
> But really... Skip the ChangeLog entry; push/commit.

heh, I didn't do anything for so many years, I thought it was rude to
just push without informing you.  Ok, thanks for the ACK, I've just
pushed it.

Regards,
Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]