Page MenuHomeFreeBSD

Don't mess with BLOCKSIZE in shell startup files.
ClosedPublic

Authored by trasz on Jan 10 2019, 12:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 26, 10:07 AM
Unknown Object (File)
Mon, May 25, 8:01 PM
Unknown Object (File)
Sat, May 23, 3:33 PM
Unknown Object (File)
Fri, May 22, 4:19 AM
Unknown Object (File)
Thu, May 14, 3:19 AM
Unknown Object (File)
May 7 2026, 10:30 AM
Unknown Object (File)
May 6 2026, 10:20 PM
Unknown Object (File)
May 3 2026, 4:17 PM
Subscribers

Details

Summary

Don't mess with BLOCKSIZE in shell startup files - it's set
at login.conf; there's no need to even mention it in shell
rc files.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

The BLOCKSIZE assignments in share/skel are not "wrong" as such, but BLOCKSIZE seems a configuration option of little use in general. Most of the time, the -h option is more useful.

This revision is now accepted and ready to land.Jan 20 2019, 7:51 PM
This revision was automatically updated to reflect the committed changes.