From 26c3bd8f8fce733506ef1ed2ce7a64f24a9978e3 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Mon, 2 Aug 1993 21:25:29 +0000 Subject: [PATCH] Set the BLOCKSIZE to K so that du/df/swpainfo all returns the amount of 1K blocks and not 512 byte blocks. --- etc/csh.login | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/csh.login b/etc/csh.login index 0b573ff50daa..8eee0a4229bb 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -1 +1,2 @@ # System-wide .login file for csh(1). +setenv BLOCKSIZE K