Update this to eliminate some confusion.
This commit is contained in:
parent
fc583ab899
commit
f82f924ad3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4306
4 changed files with 3 additions and 79 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.11 1998-10-25 17:56:31 wosch Exp $
|
||||
# $Id: Makefile,v 1.12 1999-02-14 03:10:20 jkh Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -9,7 +9,6 @@ DOCS+= internal.sgml
|
|||
DOCS+= about.sgml
|
||||
DOCS+= machines.sgml
|
||||
DOCS+= mirror.sgml
|
||||
DOCS+= resignation.sgml
|
||||
DOCS+= statistic.sgml
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
|
|
@ -1,73 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-10-25 17:58:27 $">
|
||||
<!ENTITY title "Jordan's Resignation Letter">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: resignation.sgml,v 1.3 1998-10-25 17:58:27 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>This short notice is just to announce my resignation as President
|
||||
of the FreeBSD Project, effective immediately, coinciding with the
|
||||
elimination of that position.</p>
|
||||
|
||||
<p>This is entirely my own decision and was not prompted by anyone
|
||||
on the core team - if anything, they will probably be as surprised
|
||||
as anyone at the news (except for David & John D., with whom I've
|
||||
already discussed the matter).</p>
|
||||
|
||||
<p>I do this for several reasons, all equally important:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>1. The position of President has always been somewhat at-odds with
|
||||
our democratic core team structure and purely titular since to
|
||||
give the president any real "power" would also destroy the carefully
|
||||
balanced dynamic of core, and that would hardly be a desirable outcome.</p>
|
||||
|
||||
<p>The reason the position of "President" was originally created at all
|
||||
was to give ISVs and other corporate contacts a more official-sounding
|
||||
person to talk to, and while this has been valuable to a certain extent
|
||||
I don't think that it's quite proven useful enough to justify the
|
||||
further existance of the position. As it is, it only creates the
|
||||
illusion of a "super core member", which the president is not, and
|
||||
creates false expectations of authority.</p>
|
||||
|
||||
<li><p>2. The president is generally assumed to be talking for FreeBSD at all times,
|
||||
depriving the wearer of that particular thorny crown of the right
|
||||
to voice strong opinions or otherwise be outspoken without damaging
|
||||
the reputation of the project. I'm not a punch-pulling kind of guy
|
||||
(as you no-doubt already guessed) and I almost certainly never will be,
|
||||
so it's time for me to have my own voice back and be able to talk to
|
||||
people without it being taken as implicit that I'm somehow speaking
|
||||
for all of core. If being "presidential" also means constantly
|
||||
turning the other cheek then I'll never be presidential enough and it's
|
||||
just not an adjustment I care to make (I'm not that kind of person) so
|
||||
I should step down from that responsibility.<p>
|
||||
|
||||
<li><p>3. Dropping back to core team status will make it easier for me to
|
||||
shed additional FreeBSD responsibilities, should I decide that I
|
||||
need to do that in the future, and get some semblance of a life
|
||||
back. I've been doing this for 4 years now and I'm tired. Just how
|
||||
tired I will need to evaluate before making any further decisions, but at
|
||||
least the burden of this artificial position will no longer be mine.
|
||||
It will, in fact, be no ones' and I think this is a vast improvement.</p>
|
||||
</ul>
|
||||
|
||||
<p>In discussions with David and John, it was also expressed that the
|
||||
position was never really that popular with the core team and that
|
||||
my stepping down should coincide with the complete elimination of
|
||||
an unnecessary and somewhat flawed position, and so it will be.</p>
|
||||
|
||||
<p>So, as of now the FreeBSD Project now longer has a President. It is
|
||||
run purely by the core team, as it always was in truth, and now
|
||||
I'm just the PR guy, release engineer and plain old run-of-the-mill
|
||||
core team member. As if that wasn't enough. :-)</p>
|
||||
|
||||
<p align=left>Jordan</p>
|
||||
|
||||
<p></p><A HREF="internal.html">FreeBSD Internal Home</a>
|
||||
&footer
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.1.1.1 1999-02-08 19:26:11 wosch Exp $
|
||||
# $Id: Makefile,v 1.2 1999-02-14 03:10:20 jkh Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -9,7 +9,6 @@ DOCS+= internal.sgml
|
|||
DOCS+= about.sgml
|
||||
DOCS+= machines.sgml
|
||||
DOCS+= mirror.sgml
|
||||
DOCS+= resignation.sgml
|
||||
DOCS+= statistic.sgml
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.7 1999-01-14 15:25:55 motoyuki Exp $
|
||||
# $Id: Makefile,v 1.8 1999-02-14 03:10:20 jkh Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.11
|
||||
|
||||
|
@ -11,7 +11,6 @@ DOCS+= internal.sgml
|
|||
DOCS+= about.sgml
|
||||
DOCS+= machines.sgml
|
||||
DOCS+= mirror.sgml
|
||||
DOCS+= resignation.sgml
|
||||
# DOCS+= statistic.sgml
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
|
Loading…
Reference in a new issue