Bug 255425 - timed(8) was removed in 2018 but references remain
Summary: timed(8) was removed in 2018 but references remain
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ceri Davies
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-26 15:20 UTC by Ceri Davies
Modified: 2022-11-14 09:31 UTC (History)
4 users (show)

See Also:


Attachments
patch (3.64 KB, patch)
2021-04-26 15:20 UTC, Ceri Davies
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ceri Davies 2021-04-26 15:20:13 UTC
Created attachment 224448 [details]
patch

There are still references to timed(8) and timedc(8) in the base system.
Comment 1 Gordon Bergling freebsd_committer freebsd_triage 2021-05-11 14:58:16 UTC
@Guangyuan, will you create a differential of the PR or should I?
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2021-05-11 15:20:40 UTC
@gbe, @ygy - I'm happy do that myself if it helps; am just waiting on getting my commit bit reactivated.
Comment 3 Guangyuan Yang freebsd_committer freebsd_triage 2021-05-11 15:32:20 UTC
(In reply to Ceri Davies from comment #2)

Sounds good!
Comment 4 Gordon Bergling freebsd_committer freebsd_triage 2021-05-11 15:35:41 UTC
(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.
Comment 5 Ceri Davies freebsd_committer freebsd_triage 2021-05-12 15:25:10 UTC
OK - https://reviews.freebsd.org/D30232
Comment 6 commit-hook freebsd_committer freebsd_triage 2021-05-13 07:57:57 UTC
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(-)
Comment 7 commit-hook freebsd_committer freebsd_triage 2022-11-14 09:19:22 UTC
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(-)