summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-01-01 23:01:18 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-01-01 23:01:18 +0000
commitac38f1736c8d3bfe9b73c4de845ad2b6789c7d4a (patch)
tree81b0166091a0d21ae043be2269eb02fe443b8042 /usr.bin/mg
parent50afdab30662ed26351f585b9be6f8037a806077 (diff)
when asked for the benefit of pre-selecting pkgs in the installer;
ok kettenis
Diffstat (limited to 'usr.bin/mg')
-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 68ef2e73dba..e4ff8479d6b 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.114 2009/11/24 14:21:16 oga Exp $ */
+/* $OpenBSD: theo.c,v 1.115 2010/01/01 23:01:17 schwarze Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -157,7 +157,8 @@ static const char *talk[] = {
"our kernels have no bugs",
"style(9) has all these fascist rules, and i have a problem with some of them because i didn't come up with them",
"I'm not very reliable",
- "I don't like control"
+ "I don't like control",
+ "You aren't being conservative -- you are trying to be a caveman."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);