From owner-svn-src-all@freebsd.org Fri Jan 25 19:57:42 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FBB814C085F; Fri, 25 Jan 2019 19:57:42 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 937206D6E3; Fri, 25 Jan 2019 19:57:41 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x0PJvdmE089918; Fri, 25 Jan 2019 11:57:39 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id x0PJvdTL089917; Fri, 25 Jan 2019 11:57:39 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201901251957.x0PJvdTL089917@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r343440 - head/bin/sh In-Reply-To: <201901251709.x0PH9Rc4094379@repo.freebsd.org> To: Edward Tomasz Napierala Date: Fri, 25 Jan 2019 11:57:39 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 937206D6E3 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2019 19:57:42 -0000 > Author: trasz > Date: Fri Jan 25 17:09:26 2019 > New Revision: 343440 > URL: https://svnweb.freebsd.org/changeset/base/343440 > > Log: > Comment out the default sh(1) aliases for root, introduced in r343416. > The rest of this stuff is still to be discussed, but I think at this > point we have the agreement that the aliases should go. > > MFC after: 2 weeks > Sponsored by: DARPA, AFRL Please just revert this and the prior commit out, and when the path forward is clear commit it. I would not want any of this merged to 12/ or 11/ until the time that it is all settled. Rod > Modified: > head/bin/sh/dot.shrc > > Modified: head/bin/sh/dot.shrc > ============================================================================== > --- head/bin/sh/dot.shrc Fri Jan 25 17:08:28 2019 (r343439) > +++ head/bin/sh/dot.shrc Fri Jan 25 17:09:26 2019 (r343440) > @@ -18,13 +18,13 @@ > # set -o vi > > > -# some useful aliases > -alias h='fc -l' > -alias j=jobs > -alias m="$PAGER" > -alias ll='ls -laFo' > -alias l='ls -l' > -alias g='egrep -i' > +# # some useful aliases > +# alias h='fc -l' > +# alias j=jobs > +# alias m="$PAGER" > +# alias ll='ls -laFo' > +# alias l='ls -l' > +# alias g='egrep -i' > > # # be paranoid > # alias cp='cp -ip' > > -- Rod Grimes rgrimes@freebsd.org