From owner-freebsd-current@FreeBSD.ORG Sat Sep 26 21:00:48 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDA561065676 for ; Sat, 26 Sep 2009 21:00:48 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id B494C8FC1E for ; Sat, 26 Sep 2009 21:00:48 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n8QL0kPT055328 for ; Sat, 26 Sep 2009 14:00:46 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n8QL0kci055327 for freebsd-current@freebsd.org; Sat, 26 Sep 2009 14:00:46 -0700 (PDT) (envelope-from sgk) Date: Sat, 26 Sep 2009 14:00:46 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20090926210046.GA55239@troutmask.apl.washington.edu> References: <20090926185128.GA53658@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090926185128.GA53658@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.3i Subject: Re: Revision 196634 of sh(1) breaks lp(1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2009 21:00:48 -0000 On Sat, Sep 26, 2009 at 11:51:28AM -0700, Steve Kargl wrote: > > troutmask:sgk[208] cat .cshrc | lp -d pug > /usr/bin/lpr: cannot access > > troutmask:sgk[209] uname -a > FreeBSD troutmask.apl.washington.edu 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r197195M: > Mon Sep 14 11:11:46 PDT 2009 > kargl@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/SPEW amd64 > Upon further review, backing out all sh(1) changes over the last 12 months does not allow piping into lp. -- Steve