From: Todd C. Miller Date: Fri, 16 Jan 2004 23:16:24 +0000 (+0000) Subject: Add Stan Lee / Uncle Ben quote to the lecture from RedHat X-Git-Tag: SUDO_1_6_8~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e404f54c234d131887649afb48220f8de20a5339;p=sudo Add Stan Lee / Uncle Ben quote to the lecture from RedHat --- diff --git a/check.c b/check.c index 3b384295c..d57bb2390 100644 --- 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); } }