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:
committed by
Jon Trulson
parent
e3973a9320
commit
380867c31c
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user