diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-06-24 21:12:10 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-06-24 21:12:10 +0000 |
commit | ae578410619a8277922511cdb1cff6a5068ca8d2 (patch) | |
tree | 99f3929a8836f267914c21a3653a4a508bc6176a /usr.bin/mg/theo.c | |
parent | 9e8f40bddb93bdda23a44f7a2f886e7cb38c4ede (diff) |
this just had to be here...
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 408c14abb28..c91dfaaf934 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.118 2010/03/03 14:55:21 jasper Exp $ */ +/* $OpenBSD: theo.c,v 1.119 2010/06/24 21:12:09 jasper Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -159,7 +159,8 @@ static const char *talk[] = { "I'm not very reliable", "I don't like control", "You aren't being conservative -- you are trying to be a caveman.", - "nfs loves everyone" + "nfs loves everyone", + "basically, dung beetles fucking. that's what kerberosV + openssl is like" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |