Created attachment 224448 [details] patch There are still references to timed(8) and timedc(8) in the base system.
@Guangyuan, will you create a differential of the PR or should I?
@gbe, @ygy - I'm happy do that myself if it helps; am just waiting on getting my commit bit reactivated.
(In reply to Ceri Davies from comment #2) Sounds good!
(In reply to Ceri Davies from comment #2) Ha, I saw so many good PRs with patches from you that I was thinking about to offer you a commit bit. :) I just sent bcr@ an e-mail about the reactivation of your commit bit to speed this up.
OK - https://reviews.freebsd.org/D30232
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=1760799b4c612b98c0e5c1abeb03814e24c33cf6 commit 1760799b4c612b98c0e5c1abeb03814e24c33cf6 Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2021-05-13 07:53:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-05-13 07:53:08 +0000 Remove references to timed(8) There are still references to timed(8) and timedc(8) in the base system, which were removed in 2018. PR: 255425 Reported by: Ceri Davies <ceri at submonkey dot net> Reviewed by: ygy, gbe MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30232 lib/libc/rpc/rtime.3 | 4 +--- lib/libc/sys/adjtime.2 | 6 ++---- lib/libc/sys/clock_gettime.2 | 5 ++--- lib/libc/sys/gettimeofday.2 | 5 ++--- libexec/rc/rc.conf | 2 -- share/man/man5/rc.conf.5 | 26 +------------------------- 6 files changed, 8 insertions(+), 40 deletions(-)
A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=17948f07ebe2dcb99d0ae79414f6395574369c98 commit 17948f07ebe2dcb99d0ae79414f6395574369c98 Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2021-05-13 07:53:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-11-14 09:18:52 +0000 Remove references to timed(8) There are still references to timed(8) and timedc(8) in the base system, which were removed in 2018. PR: 255425 Reported by: Ceri Davies <ceri at submonkey dot net> Reviewed by: ygy, gbe Differential Revision: https://reviews.freebsd.org/D30232 (cherry picked from commit 1760799b4c612b98c0e5c1abeb03814e24c33cf6) lib/libc/rpc/rtime.3 | 4 +--- lib/libc/sys/adjtime.2 | 6 ++---- lib/libc/sys/clock_gettime.2 | 3 +-- lib/libc/sys/gettimeofday.2 | 5 ++--- libexec/rc/rc.conf | 2 -- share/man/man5/rc.conf.5 | 24 ------------------------ 6 files changed, 6 insertions(+), 38 deletions(-)