Jump to letter: [
          
            ABCDEFGHIKLMNOPRSTUVXY
          ]
        
        screen: A screen manager that supports multiple logins on one terminal
        
        
        - Summary
- The screen utility allows you to have multiple logins on just one
terminal. Screen is useful for users who telnet into a machine or are
connected via a dumb terminal, but want to use more than just one
login.
Install the screen package if you need a screen manager that can
support multiple logins on one terminal.
Changelog
        
            - * Fri Nov 27 16:00:00 2009 Miroslav Lichvar <mlichvar{%}redhat{*}com> - 4.0.3-1.el5_4.1
- - enable utempter support (#541875) 
            - * Mon Dec  4 16:00:00 2006 Marcela Maslanova <mmaslano{%}redhat{*}com> - 4.0.3-1
- - new upstream version
- Resolves: rhbz#216423 
            - * Wed Aug 16 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 4.0.2-16
- - Don't use %makeinstall, instead make install.
- Change DDESTDIR to DESTDIR to do the right thing.
- Comment out utf patch as it is no longer necessary.
- Add dist tag
- Change PreReq to correct Requires(pre), Requires(post), Requires(preun) 
- Don't use RPM_SOURCE_DIR, reference the source file directly
- Do the compiling (make) in %build, not %install
- Don't replace /etc/screenrc if the user has modified it
- Ditto /etc/pam.d/screen
- Change the buildroot to follow guidelines