]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Update funnytext
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 12 Dec 2023 14:18:36 +0000 (15:18 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:58 +0000 (13:28 +0100)
pdns/auth-main.cc

index 4155b743de5650089cf7d7b7a3c074c29544fae3..ed64ff8e8b7e0caeaf50a664a47ca8c206919ec5 100644 (file)
@@ -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";