summaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2019-01-20 22:08:49 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2019-01-20 22:08:49 +0000
commited1cfd30ce19f44acb30a76722cc4d9025ebb903 (patch)
tree91f33d022b15a41fe04c92d3ed30108beabecc89 /bin/csh
parent8c8748225ff7ca96d138f756a07fbd518776d313 (diff)
downloadsrc-test-ed1cfd30ce19f44acb30a76722cc4d9025ebb903.tar.gz
src-test-ed1cfd30ce19f44acb30a76722cc4d9025ebb903.zip
Don't mess with BLOCKSIZE in shell startup files - it's set by login.conf(5);
there's no need to even mention it in shell rc files. Not that it's wrong; just pointless and somewhat misleading. Reviewed by: jilles MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D18809
Notes
Notes: svn path=/head/; revision=343231
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/csh.login3
-rw-r--r--bin/csh/dot.cshrc1
2 files changed, 0 insertions, 4 deletions
diff --git a/bin/csh/csh.login b/bin/csh/csh.login
index 283c6d4fddbc3..b55ae087590a6 100644
--- a/bin/csh/csh.login
+++ b/bin/csh/csh.login
@@ -1,9 +1,6 @@
# $FreeBSD$
#
# System-wide .login file for csh(1).
-# Uncomment this to give you the default 4.2 behavior, where disk
-# information is shown in K-Blocks
-# setenv BLOCKSIZE K
#
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
diff --git a/bin/csh/dot.cshrc b/bin/csh/dot.cshrc
index 1fcc9917f0f9c..f7a9a3ed02264 100644
--- a/bin/csh/dot.cshrc
+++ b/bin/csh/dot.cshrc
@@ -19,7 +19,6 @@ set path = (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin $HOME/b
setenv EDITOR vi
setenv PAGER less
-setenv BLOCKSIZE K
if ($?prompt) then
# An interactive shell -- set some stuff up