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
@@ -13,7 +13,7 @@
|
||||
service </refpurpose></refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>dtlogin</command><arg choice="opt">−config<replaceable>configuration_file</replaceable></arg><arg choice="opt">−daemon</arg><arg choice="opt">−debug<replaceable>debug_level</replaceable></arg><arg choice="opt">−error<replaceable>error_log_file</replaceable></arg><arg choice="opt">−nodaemon</arg><arg choice="opt">−resources<replaceable>resource_file</replaceable></arg>
|
||||
<command>dtlogin</command><arg choice="opt">−config<replaceable>configuration_file</replaceable></arg><arg choice="opt">−daemon</arg><arg choice="opt">−debug<replaceable>debug_level</replaceable></arg><arg choice="opt">−error<replaceable>error_log_file</replaceable></arg><arg choice="opt">−quiet</arg><arg choice="opt">−nodaemon</arg><arg choice="opt">−resources<replaceable>resource_file</replaceable></arg>
|
||||
<arg choice="opt">−server<replaceable>server_entry</replaceable></arg>
|
||||
<arg choice="opt">−udpPort<replaceable>port_number</replaceable></arg>
|
||||
<arg choice="opt">−session<replaceable>session_program</replaceable></arg>
|
||||
@@ -360,6 +360,14 @@ resource.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>−quiet</term>
|
||||
<listitem>
|
||||
<!-- ex-TP-->
|
||||
<para>Specifies True as the value for the <literal>quiet</literal>
|
||||
resource. This prevents dtlogin from writing status messages to tty1.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>−resources resource_file</term>
|
||||
<listitem>
|
||||
<!-- ex-TP-->
|
||||
|
||||
Reference in New Issue
Block a user