Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 1998 11:40:54 -0700 (PDT)
From:      Murray Stokely <murray@disco.cdrom.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        r3cgm@cdrom.com, pjenvey@cdrom.com
Subject:   ports/7053: port fix : eterm
Message-ID:  <199806241840.LAA29526@disco.cdrom.com>

next in thread | raw e-mail | index | archive | help

>Number:         7053
>Category:       ports
>Synopsis:       port fix : eterm
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 24 11:50:00 PDT 1998
>Last-Modified:
>Originator:     Murray Stokely
>Organization:
Walnut Creek CDROM
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:



>Description:

  The current version of Eterm is confused about FreeBSD's handling of
  TTY's and will not allow you to have more than 16 Eterm's open at
  once. 

>How-To-Repeat:

  Try to open 17 copies of Eterm.

>Fix:

  This is a simple patchfile for the port, just commit it to the patches
  directory of the eterm port and everything will work fine.

(patch-ae)

--- src/command.c.orig	Wed Jun 24 11:15:40 1998
+++ src/command.c	Wed Jun 24 11:16:32 1998
@@ -893,7 +893,7 @@
    ttydev = tty_name;
    
 # define	PTYCHAR1	"pqrstuvwxyz"
-# define	PTYCHAR2	"0123456789abcdef"
+# define	PTYCHAR2	"0123456789abcdefghijklmnopqrstuvwxyz"
    for (c1 = PTYCHAR1; *c1; c1++) {
      ptydev[len-2] = ttydev[len-2] = *c1;
      for (c2 = PTYCHAR2; *c2; c2++) {

(end of patch)
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806241840.LAA29526>