diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-09 22:24:37 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-09 22:24:37 +0000 |
commit | d942d005d267c423064b9ab6e3e16b7fdf7e5bb8 (patch) | |
tree | fc3775004500fd5d1dd8ca8da0cfcd55146569ff /usr.bin/mg | |
parent | f7d706ebf40ef45e49a2313a7cdb86dd044aefd6 (diff) |
OpenBSD has two kinds of developers ...
ok beck@, guenther@ who deal with their own ...
ok deraadt@ who deals with his own and sometimes others ...
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 28746e5b48d..408f9e14c56 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.123 2012/06/26 21:30:27 claudio Exp $ */ +/* $OpenBSD: theo.c,v 1.124 2012/07/09 22:24:36 mlarkin Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -165,7 +165,8 @@ static const char *talk[] = { "basically, dung beetles fucking. that's what kerberosV + openssl is like", "I would rather run Windows than use vi.", "if you assign that responsibility to non-hikers I will walk over and cripple you now.", - "i ojbect two yoru splelng of achlhlocis." + "i ojbect two yoru splelng of achlhlocis.", + "We have two kinds of developers - those that deal with their own shit and those that deal with other people's shit." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |