summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2011-07-08 00:27:59 +0000
committerdjm <djm@openbsd.org>2011-07-08 00:27:59 +0000
commit54517a509f8eb42dfedea23504b1eb6ef54aaf08 (patch)
tree78294ad9bfd9a0fe92461421581608b5ae874290
parentonly start spamlogd if spamd_flags != NO and spamd_black = NO (diff)
downloadwireguard-openbsd-54517a509f8eb42dfedea23504b1eb6ef54aaf08.tar.xz
wireguard-openbsd-54517a509f8eb42dfedea23504b1eb6ef54aaf08.zip
hackathons are good to this file
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 1efda323a68..5b1dcf4e306 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.120 2010/08/03 22:12:27 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.121 2011/07/08 00:27:59 djm Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -161,7 +161,8 @@ static const char *talk[] = {
"You aren't being conservative -- you are trying to be a caveman.",
"nfs loves everyone",
"basically, dung beetles fucking. that's what kerberosV + openssl is like",
- "I would rather run Windows than use vi."
+ "I would rather run Windows than use vi.",
+ "if you assign that responsibility to non-hikers I will walk over and cripple you now."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);