From owner-freebsd-ports Wed Jun 24 11:51:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03985 for freebsd-ports-outgoing; Wed, 24 Jun 1998 11:51:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03883 for ; Wed, 24 Jun 1998 11:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA20918; Wed, 24 Jun 1998 11:50:01 -0700 (PDT) Received: from disco.cdrom.com (disco.cdrom.com [204.216.28.173]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03570 for ; Wed, 24 Jun 1998 11:48:43 -0700 (PDT) (envelope-from murray@disco.cdrom.com) Received: (from root@localhost) by disco.cdrom.com (8.8.8/8.8.8) id LAA29526; Wed, 24 Jun 1998 11:40:54 -0700 (PDT) (envelope-from murray) Message-Id: <199806241840.LAA29526@disco.cdrom.com> Date: Wed, 24 Jun 1998 11:40:54 -0700 (PDT) From: Murray Stokely Reply-To: murray@cdrom.com To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: r3cgm@cdrom.com, pjenvey@cdrom.com X-Send-Pr-Version: 3.2 Subject: ports/7053: port fix : eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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