summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.profile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-26 08:28:19 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-26 08:28:19 +0000
commit22cd9dbc5d0c043ab5512fefe7fff9baa82bfa65 (patch)
treec534c59d4ccf3736b9d94f4094821f30e6564c51 /etc/root/dot.profile
parent3783a8767ec4fcca473f8cc20650c729ee15e291 (diff)
downloadFreeBSD-src-22cd9dbc5d0c043ab5512fefe7fff9baa82bfa65.zip
FreeBSD-src-22cd9dbc5d0c043ab5512fefe7fff9baa82bfa65.tar.gz
Set `crt' by default to make mail(1) happy.
Also, comment out the not so very commonly used interviews settings.
Diffstat (limited to 'etc/root/dot.profile')
-rw-r--r--etc/root/dot.profile7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile
index b847b06..b961fd2 100644
--- a/etc/root/dot.profile
+++ b/etc/root/dot.profile
@@ -1,4 +1,4 @@
-# $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
@@ -6,3 +6,8 @@ HOME=/root
export HOME
TERM=${TERM:-cons25}
export TERM
+PAGER=more
+export PAGER
+# make mail(1) happy:
+crt=24
+export crt
OpenPOWER on IntegriCloud