Add -quiet option to dtlogin.

This should shut up the console spamming, for those who use VT1.
Default behavior is not changed.
This commit is contained in:
Isaac Dunham
2013-09-21 20:30:52 -07:00
committed by Jon Trulson
parent e3973a9320
commit 380867c31c
4 changed files with 17 additions and 2 deletions

View File

@@ -1617,6 +1617,8 @@ GettyMessage( struct display *d, int msgnum )
FILE *tf;
char buf[128];
if (quiet) return;
strcpy(buf,"/dev/");
strcat(buf,d->gettyLine);