From: deraadt Date: Wed, 15 Nov 1995 06:27:30 +0000 (+0000) Subject: do not credit UCB if we are not prepared to credit everyone X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=59dfa81628a1b1350be081e92218191e804ca7ee;p=openbsd do not credit UCB if we are not prepared to credit everyone --- 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);