lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 22 Apr 2009 22:30:05 +0200
From:	Pavel Machek <pavel@....cz>
To:	Joe Perches <joe@...ches.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Sam Ravnborg <sam@...nborg.org>, randy.dunlap@...cle.com,
	torvalds@...ux-foundation.org, akpm@...nel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/10] MAINTAINERS - add script, patterns and misc
	updates

On Wed 2009-04-22 12:56:25, Joe Perches wrote:
> On Wed, 2009-04-22 at 12:05 -0700, Andrew Morton wrote:
> > > It is irritating to manually copy name+email as it looks today.
> > > I always have to do that for the Cc: lines.
> > me2
> 
> This seems to do a decent job of conversion:
> I have this in my tree.  I'll submit it later.
> 
> perl -i -e 'local $/; while(<>) { s@P:	([^\n]+)\nM:	([^\n]+)\n@M:	\1 <\2>\n@g; print; }' MAINTAINERS 

It did not work for here, and I don't understand perl well enough. If
possible, it would be nice to aggregate multiple entries onto one
line. I.e.:

P:      Len Brown
M:      len.brown@...el.com
P:      Pavel Machek
M:      pavel@....cz
P:      Rafael J. Wysocki
M:      rjw@...k.pl
L:      linux-pm@...ts.linux-foundation.org
S:      Supported

->

P:      Len Brown <len.brown@...el.com>, Pavel Machek <pavel@....cz>, Rafael J. Wysocki <rjw@...k.pl>
L:      linux-pm@...ts.linux-foundation.org
S:      Supported

...
Thanks for your work!
									Pavel


-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ