Most importantly:
- Make local variables local.
- Avoid unsafe use of -a and -o operators in test expressions.
- Remove a hack intended to ease the transition from Perl 22 years ago.
MFC after: 1 week
Differential D44863
adduser: Overhaul. des on Apr 19 2024, 12:19 PM. Authored by Tags None Referenced Files
Details Most importantly:
MFC after: 1 week
Diff Detail
Event TimelineComment Actions About time the FreeBSD 4.x perl compat bits went away, especially since they were not actually providing compatibility. Comment Actions Might want to also note that you've made a lot of variables local. I think that's a good change too, but best to note it or split it off into another commit. |