From: Fred Morcos Date: Tue, 12 Dec 2023 14:18:36 +0000 (+0100) Subject: Meson: Update funnytext X-Git-Tag: rec-5.1.0-alpha1~80^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd5ed15192da33788b6329ac455e00dfd704a6f;p=thirdparty%2Fpdns.git Meson: Update funnytext --- 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";