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)
Sat, Jan 18, 10:15 PM
Unknown Object (File)
Sat, Jan 18, 10:05 PM
Unknown Object (File)
Fri, Jan 17, 12:31 PM
Unknown Object (File)
Dec 9 2024, 10:38 PM
Unknown Object (File)
Dec 7 2024, 3:00 PM
Unknown Object (File)
Dec 2 2024, 3:01 AM
Unknown Object (File)
Nov 25 2024, 4:39 PM
Unknown Object (File)
Nov 24 2024, 7:26 AM
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.