Software Package:
	screen

Release/Version:
	3.7.0

Retrieved from:
	ftp.gnu.ai.mit.edu:pub/gnu/screen-3.7.0.tar.gz

Bug reports:
	This software package is maintained by the software contributor,
	not BSDI.  Please send any bug reports to both support@BSDI.COM
	and screen@uni-erlangen.de.

Comments:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Modifications to this version made by BSDI:

diff -c -r ./config.h x/screen-3.7.0/config.h
*** ./config.h	Wed Nov 22 10:20:54 1995
--- x/screen-3.7.0/config.h	Wed Nov 22 10:28:57 1995
***************
*** 59,65 ****
   * Don't define this, if you don't want it.
   */
  #ifndef ETCSCREENRC
! # define ETCSCREENRC "/usr/contrib/lib/screenrc"
  #endif
  
  /*
--- 59,65 ----
   * Don't define this, if you don't want it.
   */
  #ifndef ETCSCREENRC
! # define ETCSCREENRC "/usr/contrib/etc/screenrc"
  #endif
  
  /*
***************
*** 78,85 ****
   * Note, screen is unable to change mode or group of the pty if it
   * is not installed with sufficient privilege. (e.g. set-uid-root)
   */
! /* #define PTYMODE 0620 */
! /* #define PTYGROUP 4 */
  
  /*
   * If screen is NOT installed set-uid root, screen can provide tty
--- 78,85 ----
   * Note, screen is unable to change mode or group of the pty if it
   * is not installed with sufficient privilege. (e.g. set-uid-root)
   */
! #define PTYMODE 0620
! #define PTYGROUP 4
  
  /*
   * If screen is NOT installed set-uid root, screen can provide tty
***************
*** 452,457 ****
   * #define PTYRANGE0 "pqrstuvwxyzPQRST" 
   * is recommended by Dan Jacobson.
   */
! #define PTYRANGE0 "pqrstuvwxyzPQRST"
  #define PTYRANGE1 "0123456789abcdef"
  
--- 452,457 ----
   * #define PTYRANGE0 "pqrstuvwxyzPQRST" 
   * is recommended by Dan Jacobson.
   */
! #define PTYRANGE0 "pqrs"
  #define PTYRANGE1 "0123456789abcdef"
