forked from freebsd/freebsd-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set `crt' by default to make mail(1) happy.
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
Showing
3 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |