Page MenuHomeFreeBSD

freebsd-update: remove $FreeBSD$ special case
Needs ReviewPublic

Authored by emaste on Wed, Nov 27, 5:04 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary
Git is used for all supported FreeBSD versions, and $FreeBSD$ is either
not expanded or removed entirely.  We no longer need to compare files
except for $FreeBSD$.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
usr.sbin/freebsd-update/freebsd-update.sh
2606–2607

I suspect that this case ("differs ... only due to RCS tag expansion") is no longer applicable and should just be removed instead

Actually I think all of these cases no longer exist and we can just remove this functionality altogether.