Date: Fri, 16 May 2003 16:40:04 +0200 From: Oliver Lehmann <lehmann@ans-netz.de> To: ports@FreeBSD.org Subject: How to write FreeBSD in the maintainer field Message-ID: <20030516164004.1b240424.lehmann@ans-netz.de>
next in thread | raw e-mail | index | archive | help
Hi, i'm just wondering how to write FreeBSD in the MAINTAINER field. I remember that there was a commit "some" time ago where all emails got lowercased "sorry, smtp is case insensitive". How to write it "correctly"? ;) Nothing about that in http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/policies.html#POLICIES-MAINTAINER olivleh1@nudel ports> find . -name Makefile -exec grep -E \ '^MAINTAINER=[^@]*@freebsd' {} \; | wc -l 306 olivleh1@nudel ports> find . -name Makefile -exec grep -E \ '^MAINTAINER=[^@]*@FreeBSD' {} \; | wc -l 5284 Greetings -- Oliver Lehmann @home: lehmann@ans-netz.de @office: oliver.lehmann@mgi.de @www: http://www.pofo.de/ | http://wishlist.ans-netz.de/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030516164004.1b240424.lehmann>