Skip to content

Commit

Permalink
Set `crt' by default to make mail(1) happy.
Browse files Browse the repository at this point in the history
Also, comment out the not so very commonly used interviews settings.
  • Loading branch information
joerg authored and joerg committed Sep 26, 1997
1 parent 3783a87 commit 22cd9db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions etc/root/dot.cshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ if ($?prompt) then
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)

# make mail(1) happy:
setenv crt 24
endif
6 changes: 3 additions & 3 deletions etc/root/dot.login
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/bin /usr/X11R6/b
setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"

# Interviews settings
setenv CPU "FREEBSD"
set path = ($path /usr/local/interviews/bin/$CPU)
setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
#setenv CPU "FREEBSD"
#set path = ($path /usr/local/interviews/bin/$CPU)
#setenv MANPATH "${MANPATH}:/usr/local/interviews/man"

# 8-bit locale (Germany)
#setenv LANG de_DE.ISO_8859-1
Expand Down
7 changes: 6 additions & 1 deletion etc/root/dot.profile
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# $Id: dot.profile,v 1.13 1997/03/06 22:24:04 joerg Exp $
# $Id: dot.profile,v 1.14 1997/04/03 21:42:30 brian Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
export PATH
HOME=/root
export HOME
TERM=${TERM:-cons25}
export TERM
PAGER=more
export PAGER
# make mail(1) happy:
crt=24
export crt

0 comments on commit 22cd9db

Please sign in to comment.