diff options
author | bde <bde@FreeBSD.org> | 1998-09-02 14:10:22 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-09-02 14:10:22 +0000 |
commit | 2f1c86bfc4cceceb43507674df850abd093ac355 (patch) | |
tree | e5bb186ab5f6d9bca4ae388839448ffa82ce8e43 /etc/root | |
parent | e04c7584192b717ee7889aa8b711bb4c71e92c6d (diff) | |
download | FreeBSD-src-2f1c86bfc4cceceb43507674df850abd093ac355.zip FreeBSD-src-2f1c86bfc4cceceb43507674df850abd093ac355.tar.gz |
Nuked setting of crt here too.
Obtained from: src/etc/root/dot.profile rev.1.17.
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.cshrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 5afc0ca..34f9022 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -17,7 +17,4 @@ if ($?prompt) then set history = 100 set savehist = 100 set mail = (/var/mail/$USER) - - # make mail(1) happy: - setenv crt 24 endif |