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-24 18:08:56 -06:00
committed by Jon Trulson
parent e3973a9320
commit 380867c31c
4 changed files with 17 additions and 2 deletions
+1
View File
@@ -495,6 +495,7 @@ extern int debugLevel;
extern char *errorLogFile;
extern int errorLogSize;
extern int daemonMode;
extern int quiet;
extern char *pidFile;
extern int lockPidFile;
extern char *authDir;