Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        mgetty: A getty replacement for use with data and fax modems.
        
        
        - Summary
- The mgetty package contains a "smart" getty which allows logins over a
serial line (i.e., through a modem).  If you're using a Class 2 or 2.0
modem, mgetty can receive faxes.  If you also need to send faxes,
you'll need to install the sendfax program.
If you'll be dialing in to your system using a modem, you should
install the mgetty package.  If you'd like to send faxes using mgetty
and your modem, you'll need to install the mgetty-sendfax program.  If
you need a viewer for faxes, you'll also need to install the
mgetty-viewfax package.
Changelog
        
            - * Sat Feb 16 18:00:00 2008 Martin Nagy <mnagy{%}redhat{*}com> 1.1.31-14
- - reverting changes that were not approved
- Resolves: #155440 #164034 
            - * Fri Feb  1 18:00:00 2008 Martin Nagy <mnagy{%}redhat{*}com> 1.1.31-13
- - rebuild so the last two changes can take effect
- Resolves: #155440 #164034 
            - * Fri Jul 22 19:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 1.1.31-10
- - fix bug 162174: prevent uninterruptable hang on exit() when
                  direct line disconnected (kernel bug 164002)
                  do tcflush(1,TCOFLUSH) before exit() in sig_goodbye()
		  block signals before entering syslog()