From 59dfa81628a1b1350be081e92218191e804ca7ee Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 15 Nov 1995 06:27:30 +0000 Subject: [PATCH] do not credit UCB if we are not prepared to credit everyone --- usr.bin/login/login.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index bbee15806b3..a3d0790ea7a 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -427,10 +427,12 @@ main(argc, argv) #endif if (!quietlog) { +#if 0 (void)printf("%s\n\t%s %s\n\n", "Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994", "The Regents of the University of California. ", "All rights reserved."); +#endif motd(); (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pwd->pw_name); -- 2.20.1