diff options
author | joerg <joerg@FreeBSD.org> | 1997-02-17 18:56:29 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-02-17 18:56:29 +0000 |
commit | 140668552c7e3b3e00031a8716a095497d9e99fc (patch) | |
tree | 1fa2d09539e621ea5040fae97dd27b2030e70adc /share/skel/dot.profile | |
parent | 440508194b97b9b12807c8f151f5338c7cb8142b (diff) | |
download | FreeBSD-src-140668552c7e3b3e00031a8716a095497d9e99fc.zip FreeBSD-src-140668552c7e3b3e00031a8716a095497d9e99fc.tar.gz |
Various sanitizations:
. 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
Diffstat (limited to 'share/skel/dot.profile')
-rw-r--r-- | share/skel/dot.profile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 2aa2a7b..81e1883 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -8,8 +8,11 @@ # add /usr/games or /usr/X11R6/bin if you want PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:$HOME/bin; export PATH -# use cons25l1 for iso-* fonts -TERM=cons25; export TERM +# Setting TERM is normally done through /etc/ttys. Do only override +# if you're sure that you'll never log in via telnet or xterm or a +# serial line. +# Use cons25l1 for iso-* fonts +#TERM=cons25; export TERM BLOCKSIZE=K; export BLOCKSIZE EDITOR=vi; export EDITOR |