| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Reminded by: Niclas Zeising <niclas.zeising@gmail.com>
Notes:
svn path=/head/; revision=170119
|
| |
|
|
|
|
|
| |
OK'ed by: core
Notes:
svn path=/head/; revision=139103
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/head/; revision=136910
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124716
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120555
|
| |
|
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
Notes:
svn path=/head/; revision=100872
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
these days, and the average user expects ^A and arrow keys to work, however
if they know nothing of editing modes, they will think sh(1) just sucks. It
is likely that because of defaults on most systems and with most shells that
anyone who actually wants vi(1) editing mode will have 'set -o vi'. This
won't affect existing accounts, this way, of course. Only accounts with
.shrc from new etc/skel will be affected. This is much better than making
the change in sh(1).
Notes:
svn path=/head/; revision=100569
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100313
|
| |
|
|
|
|
|
|
|
| |
PR: 26720
Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com>
MFC after: 1 week
Notes:
svn path=/head/; revision=99510
|
| |
|
|
|
|
|
| |
tips from the freebsd-tips database at login time.
Notes:
svn path=/head/; revision=78771
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77995
|
| |
|
|
|
|
|
|
|
|
|
| |
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
Reviewed by: -current
Notes:
svn path=/head/; revision=70892
|
| |
|
|
|
|
|
| |
also.
Notes:
svn path=/head/; revision=63199
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Comment out display of fortune by default.
o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of
gratuitous variables set (EDITOR).
o Remove some commented out variables set inconsistently or gratuitously,
such as Interviews settings, 8-bit German locale for root only.
o Synchronize comments in header, as well as references to appropriate man
pages.
o Remove MANPATH setting as apparently /etc/manpath.config does all that
already.
Similar changes probably need to be made in other dot.* files for root
and skel, as all of these files seem to set different aliases, environmental
variables, prompts, and have different semantics.
As a result of this patch, leaving aside the setting of a special prompt
for root, users of csh and tcsh should find similar environments when
logging in or su'ing to any account using that shell.
Reviewed by: asmodai, nbm, will
Notes:
svn path=/head/; revision=58570
|
| |
|
|
|
|
|
|
|
|
| |
(BTW, it's very bad practice to have MANPATH environment variable set)
PR: conf/14487
Submitted by: Norihiko Ishitani <nori@tlab.is.uec.ac.jp>
Notes:
svn path=/head/; revision=54965
|
| |
|
|
| |
Notes:
svn path=/head/; revision=54529
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
| |
Obtained from: src/etc/root/dot.profile rev.1.17.
Notes:
svn path=/head/; revision=38747
|
| |
|
|
|
|
|
|
| |
Submitted by: Sheldon Hearn <axl@iafrica.com>
set crt='' so that mail(1) will page according to stty(1) setting
Notes:
svn path=/head/; revision=38320
|
| |
|
|
|
|
|
|
|
|
| |
I think here is not my area so feel free to back this out when any
troubles are happened.
Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp>
Notes:
svn path=/head/; revision=36699
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29871
|
| |
|
|
|
|
|
|
| |
~/.mail_aliases with different mail clients (e.g. mutt, mail) and can
make ~/.mailrc readable and keep the aliases private.
Notes:
svn path=/head/; revision=28869
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28347
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28244
|
| |
|
|
|
|
|
| |
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
Notes:
svn path=/head/; revision=28182
|
| |
|
|
|
|
|
|
|
|
| |
are effective in interactive non-login shells, e.g. xterm or su(1).
Submitted by: Wolfgang Helbig <helbig@ba-stuttgart.de>
Finally close PR #3740
Notes:
svn path=/head/; revision=27865
|
| |
|
|
|
|
|
|
| |
PR:conf/3730
Submitted by: helbig@MX.BA-Stuttgart.De
Notes:
svn path=/head/; revision=27416
|
| |
|
|
|
|
|
| |
Add example for variable CDPATH, commented out.
Notes:
svn path=/head/; revision=23532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22988
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Don't clobber the TERM setting; it's supposed to be done by /etc/ttys
already.
. Comment out the Interviews stuff, 98 % of all users probably won't
ever use it.
. Install the files with better default permissions in the skeleton
directory; pw(8) retains the permissions when creating a new
acount, and installing them read-only is stupid, yet installing
.rhosts world-readable is dangerous.
2.2 candidate
Notes:
svn path=/head/; revision=22855
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18450
|
| |
|
|
|
|
|
|
|
| |
some useful aliases
8-bit locale
a nicer prompt
Notes:
svn path=/head/; revision=15750
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15734
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15511
|
| |
|
|
| |
Notes:
svn path=/head/; revision=12560
|
| |
|
|
|
|
|
|
| |
dot.rhosts entries which are wholly bogus and not worth a search
on.
Notes:
svn path=/head/; revision=12554
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9771
|
| |
|
|
|
|
|
| |
specified in the top level Makefiles.
Notes:
svn path=/head/; revision=9701
|
| |
|
|
|
|
|
|
| |
will over-ride it and confuse several applications, including
xterm
Notes:
svn path=/head/; revision=9503
|
| |
|
|
|
|
|
|
| |
Thanks, Sean!
Suggested by: Sean McDermott <spm@staff.cc.purdue.edu>
Notes:
svn path=/head/; revision=6015
|
|
|
Notes:
svn path=/head/; revision=1638
|