Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144540232
D18809.1775303720.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D18809.1775303720.diff
View Options
Index: head/bin/csh/csh.login
===================================================================
--- head/bin/csh/csh.login
+++ head/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.
Index: head/bin/csh/dot.cshrc
===================================================================
--- head/bin/csh/dot.cshrc
+++ head/bin/csh/dot.cshrc
@@ -19,7 +19,6 @@
setenv EDITOR vi
setenv PAGER less
-setenv BLOCKSIZE K
if ($?prompt) then
# An interactive shell -- set some stuff up
Index: head/bin/sh/profile
===================================================================
--- head/bin/sh/profile
+++ head/bin/sh/profile
@@ -2,10 +2,6 @@
#
# System-wide .profile file for sh(1).
#
-# Uncomment this to give you the default 4.2 behavior, where disk
-# information is shown in K-Blocks
-# BLOCKSIZE=K; export BLOCKSIZE
-#
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
Index: head/share/skel/dot.cshrc
===================================================================
--- head/share/skel/dot.cshrc
+++ head/share/skel/dot.cshrc
@@ -15,7 +15,6 @@
# These are normally set through /etc/login.conf. You may override them here
# if wanted.
# set path = (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin $HOME/bin)
-# setenv BLOCKSIZE K
# A righteous umask
# umask 22
Index: head/share/skel/dot.profile
===================================================================
--- head/share/skel/dot.profile
+++ head/share/skel/dot.profile
@@ -8,7 +8,6 @@
# These are normally set through /etc/login.conf. You may override them here
# if wanted.
# PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
-# BLOCKSIZE=K; export BLOCKSIZE
# Setting TERM is normally done through /etc/ttys. Do only override
# if you're sure that you'll never log in via telnet or xterm or a
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 11:55 AM (3 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28259112
Default Alt Text
D18809.1775303720.diff (2 KB)
Attached To
Mode
D18809: Don't mess with BLOCKSIZE in shell startup files.
Attached
Detach File
Event Timeline
Log In to Comment