From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 4 20:20:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DCF31065673 for ; Tue, 4 Nov 2008 20:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D5758FC1B for ; Tue, 4 Nov 2008 20:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mA4KK3N8040882 for ; Tue, 4 Nov 2008 20:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mA4KK376040881; Tue, 4 Nov 2008 20:20:03 GMT (envelope-from gnats) Date: Tue, 4 Nov 2008 20:20:03 GMT Message-Id: <200811042020.mA4KK376040881@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Sam Leffler Cc: Subject: Re: bin/128582: [patch] activate readline(3) support in wpa_cli X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sam Leffler List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 20:20:04 -0000 The following reply was made to PR bin/128582; it has been noted by GNATS. From: Sam Leffler To: Eygene Ryabinkin Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/128582: [patch] activate readline(3) support in wpa_cli Date: Tue, 04 Nov 2008 11:37:22 -0800 readline support in wpa_cli is not enabled by default because it bloats the system with very little gain. It is trivial to have a local configuration that adds it w/o touching the source code but once added in the way proposed it is not possible to disable it w/o modification. I believe the original PR was submitted by brix@. I recently asked him to review it and decide whether he wanted to commit the change; otherwise close the PR. Sam