DEFAULT_LECTURE is no longer used.

This commit is contained in:
Todd C. Miller
2013-03-27 15:01:26 -04:00
parent 13dbba174e
commit ec19ea97f2

View File

@@ -136,13 +136,6 @@ done:
debug_return_bool(rval); debug_return_bool(rval);
} }
#define DEFAULT_LECTURE "\n" \
"We trust you have received the usual lecture from the local System\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" \
" #3) With great power comes great responsibility.\n\n"
/* /*
* Display sudo lecture (standard or custom). * Display sudo lecture (standard or custom).
* Returns true if the user was lectured, else false. * Returns true if the user was lectured, else false.