summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-03-09 11:11:52 +0000
committerhenning <henning@openbsd.org>2005-03-09 11:11:52 +0000
commitb815b098cd75ac19005352843e02cc74fe8426e4 (patch)
tree98bda551685102074031a9a19f06d3c928b2ca30
parentbetter description of what the hardware and driver do. (diff)
downloadwireguard-openbsd-b815b098cd75ac19005352843e02cc74fe8426e4.tar.xz
wireguard-openbsd-b815b098cd75ac19005352843e02cc74fe8426e4.zip
the mg binary is too small, if we keep adding theo quotes we might be
as big as vi one day
-rw-r--r--usr.bin/mg/theo.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index 5f12c2a5332..717cb15a404 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.79 2005/03/02 17:26:53 jolan Exp $ */
+/* $OpenBSD: theo.c,v 1.80 2005/03/09 11:11:52 henning Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -168,7 +168,9 @@ static const char *talk[] = {
"Stop wasting your time reading people's licenses.",
"doing it with environment variables is OH SO SYSTEM FIVE LIKE OH MY GOD PASS ME THE SPOON",
"Linux is fucking POO, not just bad, bad REALLY REALLY BAD",
- "openbsd development is slow because lots of developers have shrunken balls"
+ "openbsd development is slow because lots of developers have shrunken balls",
+ "penguins are not much more than chickens that swim.",
+ "i am a packet sniffing fool, let me wipe my face with my own poo"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);