do not credit UCB if we are not prepared to credit everyone
authorderaadt <deraadt@openbsd.org>
Wed, 15 Nov 1995 06:27:30 +0000 (06:27 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 15 Nov 1995 06:27:30 +0000 (06:27 +0000)
usr.bin/login/login.c

index bbee158..a3d0790 100644 (file)
@@ -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);