From fa8a060ea6c2e82d1b2a1e013be1d0f866f28151 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Mon, 2 Aug 1993 22:46:06 +0000 Subject: [PATCH] Removed default 1K behavior from /etc/csh.login, but put comments stating how to get 'old' BSD behavior --- etc/csh.login | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/csh.login b/etc/csh.login index 8eee0a4229b..493a1bbfe23 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -1,2 +1,4 @@ # System-wide .login file for csh(1). -setenv BLOCKSIZE K +# Uncomment this to give you the default 4.2 behavior, where disk +# information is shown in K-Blocks +# setenv BLOCKSIZE K