From owner-freebsd-stable@FreeBSD.ORG Sat May 11 22:55:02 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8F58DC70 for ; Sat, 11 May 2013 22:55:02 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF47DB8 for ; Sat, 11 May 2013 22:55:02 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id g10so3502997pdj.8 for ; Sat, 11 May 2013 15:54:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=F7PQ69qokh6aELKFL7xOZwsyX+emmAS2ubA1OOcYoaw=; b=XqkKP/TEqlOmSNxHRe+DquBLdou+kC2fuguw9mwJqtMyN979xxpX7PAn1skZyWLk7p yt9xS+t9rs2sxQtG1wcjraBlOCXYna8//diK/BGgcbDHdxbGSnAEf7F5igQSRK0J5fKL 1jnJ4mp/GhvJ966070GWAd0wpib8y5tZn/afQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=F7PQ69qokh6aELKFL7xOZwsyX+emmAS2ubA1OOcYoaw=; b=pCEJ4p+C0/ws+zOg385aAHOzHFByWxXjwKCpqTuJvne8zGihe7pBiwvEbsUWbc5n7y 0P17JMxQFZb1cy5tRlcQYuZTTO9/i9PIxCVSbONDVDdj6hUM0uQoaAk8R3q9HRhP8ggo c4QFcc4WFgJUg2I+bjuMy+Zox8yFmTMC1diQZKypu74xJXEusIh7/kb3rOCAbh5bdBov Eyx+J9QteWpg0Go3nL30aZqmTXggYbtRzdInmpkrs2UU2ffljeoeH7vfw6sRXapxckBD TI6AbF3zO0UHPznngoE+lFGR2Pds108xtJqQf9fdoeWr63BM7sJuSxJSdIHrfNOuSs3R VhBg== X-Received: by 10.69.0.226 with SMTP id bb2mr23156593pbd.34.1368312896847; Sat, 11 May 2013 15:54:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.192.42 with HTTP; Sat, 11 May 2013 15:54:26 -0700 (PDT) In-Reply-To: <87178.1368219589@server1.tristatelogic.com> References: <87178.1368219589@server1.tristatelogic.com> From: Eitan Adler Date: Sat, 11 May 2013 18:54:26 -0400 Message-ID: Subject: Re: bin/152154: script(1) -k malfunctions with certain shells (e.g. tcsh, bash, zsh) To: "Ronald F. Guilmette" Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmw/Xqnp8kuUFO3aeYj8AKNLpA7W4XilpBko7e/KnqwC/7m60RJBn/leNyi9V8M8fKGSzF+ Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 22:55:02 -0000 On 10 May 2013 16:59, Ronald F. Guilmette wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/152154 > > It has been suggested to me (by a committer) that I should raise the > issue of this PR here on these lists, because the problem described > within the PR remains a real problem, and despite my having proposed > something that seems to be a perfectly workable fix, no action has > been taken on this PR for some years now. By the way, it will go a long way to helping get some site on these PRs, if you provide diffs in 'unified diff' form (diff -u) instead of context diff form. I have been recently looking for old PRs with patches attached. :) -- Eitan Adler