]> granicus.if.org Git - sudo/commitdiff
Add Stan Lee / Uncle Ben quote to the lecture from RedHat
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 16 Jan 2004 23:16:24 +0000 (23:16 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 16 Jan 2004 23:16:24 +0000 (23:16 +0000)
check.c

diff --git a/check.c b/check.c
index 3b384295cca4a39b77ae14e5beb01e5ddf44d13e..d57bb239072d202cead12281764bc62c5b69d2f4 100644 (file)
--- a/check.c
+++ b/check.c
@@ -148,10 +148,11 @@ lecture(status)
     } else {
        (void) fputs("\n\
 We trust you have received the usual lecture from the local System\n\
-Administrator. It usually boils down to these two things:\n\
+Administrator. It usually boils down to these three things:\n\
 \n\
     #1) Respect the privacy of others.\n\
-    #2) Think before you type.\n\n",
+    #2) Think before you type.\n\
+    #3) With great power comes great responsibility.\n\n",
     stderr);
     }
 }