Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 11/05/1999 03:30:15
Module Name: basesrc
Committed By: mycroft
Date: Fri Nov 5 11:30:14 UTC 1999
Modified Files:
basesrc/etc/root: dot.profile
Added Files:
basesrc/etc/root: dot.shrc
Log Message:
(Ab?)use some sh(1) features:
* Put the aliases in a separate file, referenced by $ENV, so that they're
present in subshells.
* Do the same to make `set -o emacs' happen automatically in interactive
shells. (Yay, line editing by default!)
* Use `export FOO=bar' syntax, as it's shorter and other sh(1)-like shells
all support it these days.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/etc/root/dot.profile
cvs rdiff -r0 -r1.1 basesrc/etc/root/dot.shrc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.