From owner-svn-src-all@freebsd.org Sun Jan 22 23:30:28 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C4DFCBD37E; Sun, 22 Jan 2017 23:30:28 +0000 (UTC) (envelope-from freebsd-rwg@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 0241FC12; Sun, 22 Jan 2017 23:30:27 +0000 (UTC) (envelope-from freebsd-rwg@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 v0MNUOQb000256; Sun, 22 Jan 2017 15:30:24 -0800 (PST) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id v0MNUJMp000255; Sun, 22 Jan 2017 15:30:19 -0800 (PST) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201701222330.v0MNUJMp000255@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r312653 - stable/11/share/skel In-Reply-To: <201701222131.v0MLVWjg037264@repo.freebsd.org> To: Jilles Tjoelker Date: Sun, 22 Jan 2017 15:30:19 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@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-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 22 Jan 2017 23:30:28 -0000 > Author: jilles > Date: Sun Jan 22 21:31:32 2017 > New Revision: 312653 > URL: https://svnweb.freebsd.org/changeset/base/312653 > > Log: > MFC r312230: skel: Do not set -o emacs in .shrc. > > sh has defaulted to 'set -o emacs' since FreeBSD 9.0. Therefore, do not set > this again in .shrc, since that only serves to prevent invocations like > 'sh -o vi' and 'sh +o emacs' to have the intended effect. > > PR: 215958 > Submitted by: Andras Farkas > > Modified: > stable/11/share/skel/dot.shrc > Directory Properties: > stable/11/ (props changed) > > Modified: stable/11/share/skel/dot.shrc > ============================================================================== > --- stable/11/share/skel/dot.shrc Sun Jan 22 20:11:24 2017 (r312652) > +++ stable/11/share/skel/dot.shrc Sun Jan 22 21:31:32 2017 (r312653) > @@ -13,10 +13,6 @@ > # > # umask 022 > > -# Enable the builtin emacs(1) command line editor in sh(1), > -# e.g. C-a -> beginning-of-line. > -set -o emacs > - > # Uncomment this and comment the above to enable the builtin vi(1) command ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ documentation error.... please correct that too. > # line editor in sh(1), e.g. ESC to go into visual mode. > # set -o vi > _______________________________________________ > svn-src-stable-11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-stable-11 > To unsubscribe, send any mail to "svn-src-stable-11-unsubscribe@freebsd.org" > -- Rod Grimes rgrimes@freebsd.org