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)
Wed, Sep 24, 11:06 PM
Unknown Object (File)
Jul 29 2025, 2:26 AM
Unknown Object (File)
Jul 11 2025, 7:17 PM
Unknown Object (File)
Jun 30 2025, 3:50 PM
Unknown Object (File)
Jun 29 2025, 2:40 PM
Unknown Object (File)
Jun 27 2025, 8:24 PM
Unknown Object (File)
Jun 27 2025, 5:22 AM
Unknown Object (File)
Jun 26 2025, 1:20 AM
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.