Page MenuHomeFreeBSD

Fix ObsoleteFiles after pwm.9 mlink to pwmbus.9
ClosedPublic

Authored by zeising on Aug 9 2019, 3:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 6:39 PM
Unknown Object (File)
Sat, Dec 7, 12:40 AM
Unknown Object (File)
Wed, Dec 4, 9:23 AM
Unknown Object (File)
Nov 20 2024, 4:34 PM
Unknown Object (File)
Nov 17 2024, 1:57 AM
Unknown Object (File)
Nov 16 2024, 3:15 AM
Unknown Object (File)
Sep 29 2024, 2:42 AM
Unknown Object (File)
Sep 26 2024, 6:10 PM
Subscribers

Details

Summary

On june 21, in https://github.com/freebsd/freebsd/commit/2a1f073196fc44d4f6252c425b353c1e571e5a80, pwm.9 is removed and instead a symlink is created between pwmbus.9 and pwm.9.
On july 10, in https://github.com/freebsd/freebsd/commit/11d2152585ded430a0ce88d8b52a9447b82d6e96 it's added to ObsoleteFiles.inc.

Attached patch removes it from ObsoleteFiles.inc, since the symlink seems very intentional.

Alternatively, the symlink should be removed instead.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Aug 29 2019, 4:57 PM

I think I just confused myself about the need for the pwm(9) entry while I was in the middle of doing a bunch of MFC stuff. Thanks for fixing it.

This revision was automatically updated to reflect the committed changes.