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
F151039520: D18809.id.diff
Sun, Apr 5, 2:41 PM
Unknown Object (File)
Mon, Mar 23, 4:24 PM
Unknown Object (File)
Mon, Mar 23, 7:00 AM
Unknown Object (File)
Wed, Mar 11, 2:40 PM
Unknown Object (File)
Tue, Mar 10, 8:52 PM
Unknown Object (File)
Mar 3 2026, 3:56 PM
Unknown Object (File)
Mar 2 2026, 10:36 PM
Unknown Object (File)
Feb 28 2026, 11:27 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 Passed
Unit
No Test Coverage
Build Status
Buildable 21913
Build 21157: arc lint + arc unit

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.