diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-01-20 22:08:49 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-01-20 22:08:49 +0000 |
| commit | ed1cfd30ce19f44acb30a76722cc4d9025ebb903 (patch) | |
| tree | 91f33d022b15a41fe04c92d3ed30108beabecc89 /share/skel/dot.cshrc | |
| parent | 8c8748225ff7ca96d138f756a07fbd518776d313 (diff) | |
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
Diffstat (limited to 'share/skel/dot.cshrc')
| -rw-r--r-- | share/skel/dot.cshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index 47093f7b49ca..e923e4676742 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/dot.cshrc @@ -15,7 +15,6 @@ alias ll ls -lAF # 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 |
