DVG-4594036+4873886_new_warning.patch   [plain text]


diff -uNr ../sudo-1.6.8p12.orig/check.c ./check.c
--- ../sudo-1.6.8p12.orig/check.c	2005-03-24 17:55:31.000000000 -0800
+++ ./check.c	2006-12-08 17:50:14.000000000 -0800
@@ -131,12 +131,11 @@
 	    fwrite(buf, nread, 1, stderr);
     } else {
 	(void) fputs("\n\
-We trust you have received the usual lecture from the local System\n\
-Administrator. It usually boils down to these three things:\n\
+WARNING: Improper use of the sudo command could lead to data loss\n\
+or the deletion of important system files. Please double-check your\n\
+typing when using sudo. Type \"man sudo\" for more information.\n\
 \n\
-    #1) Respect the privacy of others.\n\
-    #2) Think before you type.\n\
-    #3) With great power comes great responsibility.\n\n",
+To proceed, enter your password, or type Ctrl-C to abort.\n\n",
     stderr);
     }
 }