From owner-svn-ports-all@freebsd.org Thu Mar 31 12:31:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FB38AE28A8; Thu, 31 Mar 2016 12:31:39 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56A5917E8; Thu, 31 Mar 2016 12:31:39 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-lf0-f54.google.com (unknown [209.85.215.54]) (Authenticated sender: gugus69) by smtp6-g21.free.fr (Postfix) with ESMTPSA id B02F082266; Thu, 31 Mar 2016 14:27:41 +0200 (CEST) Received: by mail-lf0-f54.google.com with SMTP id k79so58417672lfb.2; Thu, 31 Mar 2016 05:31:32 -0700 (PDT) X-Gm-Message-State: AD7BkJKXTMyjsj8f+xjhahrLXe/4ydORKcY1yxBM03Nr4o2OUvrKt+z7SE60Ye+q1T/vAXU8cxRzcSWI7xdhjg== X-Received: by 10.25.153.15 with SMTP id b15mr999857lfe.136.1459427492406; Thu, 31 Mar 2016 05:31:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.166.138 with HTTP; Thu, 31 Mar 2016 05:31:12 -0700 (PDT) In-Reply-To: <3ED36C14E477232276B01B9B@ogg.in.absolight.net> References: <201603310803.u2V83SVf098294@repo.freebsd.org> <3ED36C14E477232276B01B9B@ogg.in.absolight.net> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Thu, 31 Mar 2016 14:31:12 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r412210 - head/misc/ttyrec To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 12:31:39 -0000 On Thu, Mar 31, 2016 at 2:00 PM, Mathieu Arnold wrote: > +--On 31 mars 2016 08:03:28 +0000 Olivier Cochard > wrote: > | Log: > | Enable openpty by default (pty is no more enabled by default in kerne= l > | since 4 years) > > Is this true for 9.x ? (not sure about the 4 years timeline here.) > =E2=80=8Bpty(4) still exist in 9.x, but not newer. openpty is supported on 9.x and newer.