Date: Fri, 25 Jan 2019 11:57:39 -0800 (PST) From: "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net> To: Edward Tomasz Napierala <trasz@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r343440 - head/bin/sh Message-ID: <201901251957.x0PJvdTL089917@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201901251709.x0PH9Rc4094379@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <RE@ > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901251957.x0PJvdTL089917>