From bcd5ed15192da33788b6329ac455e00dfd704a6f Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 12 Dec 2023 15:18:36 +0100 Subject: [PATCH] Meson: Update funnytext --- pdns/auth-main.cc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pdns/auth-main.cc b/pdns/auth-main.cc index 4155b743de..ed64ff8e8b 100644 --- a/pdns/auth-main.cc +++ b/pdns/auth-main.cc @@ -94,11 +94,12 @@ time_t g_starttime; string g_programname = "pdns"; // used in packethandler.cc const char* funnytext = "*****************************************************************************\n" - "Ok, you just ran pdns_server through 'strings' hoping to find funny messages.\n" - "Well, you found one. \n" - "Two ions are flying through their particle accelerator, says the one to the\n" - "other 'I think I've lost an electron!' \n" - "So the other one says, 'Are you sure?'. 'YEAH! I'M POSITIVE!'\n" + "Ok, you just ran pdns-auth through 'strings' hoping to find funny messages. \n" + "Well, you found one. \n" + "Two ions are flying through their particle accelerator, says the one to the \n" + "other 'I think I've lost an electron!' \n" + "So the other one says, 'Are you sure?'. 'YEAH! I'M POSITIVE!' \n" + " \n" " the pdns crew - pdns@powerdns.com\n" "*****************************************************************************\n"; -- 2.47.2