artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fdfd1e
)
do not credit UCB if we are not prepared to credit everyone
author
deraadt
<deraadt@openbsd.org>
Wed, 15 Nov 1995 06:27:30 +0000
(06:27 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 15 Nov 1995 06:27:30 +0000
(06:27 +0000)
usr.bin/login/login.c
patch
|
blob
|
history
diff --git
a/usr.bin/login/login.c
b/usr.bin/login/login.c
index
bbee158
..
a3d0790
100644
(file)
--- 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);