FreeBSD Bugzilla – Attachment 224448 Details for
Bug 255425
timed(8) was removed in 2018 but references remain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-Finish-removing-references-to-timed-8-which-was-remo.patch (text/plain), 3.64 KB, created by
Ceri Davies
on 2021-04-26 15:20:13 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ceri Davies
Created:
2021-04-26 15:20:13 UTC
Size:
3.64 KB
patch
obsolete
>From cc99972bba079c1e8b59c390bd9c7f1f522876c1 Mon Sep 17 00:00:00 2001 >From: Ceri Davies <ceri@submonkey.net> >Date: Mon, 26 Apr 2021 15:13:54 +0000 >Subject: [PATCH] Finish removing references to timed(8) which was removed in > 2018. > >--- > lib/libc/rpc/rtime.3 | 2 -- > lib/libc/sys/adjtime.2 | 4 +--- > lib/libc/sys/clock_gettime.2 | 3 +-- > lib/libc/sys/gettimeofday.2 | 3 +-- > libexec/rc/rc.conf | 2 -- > share/man/man5/rc.conf.5 | 24 ------------------------ > 6 files changed, 3 insertions(+), 35 deletions(-) > >diff --git a/lib/libc/rpc/rtime.3 b/lib/libc/rpc/rtime.3 >index 028d2beade1..e3ce5e3ec39 100644 >--- a/lib/libc/rpc/rtime.3 >+++ b/lib/libc/rpc/rtime.3 >@@ -46,5 +46,3 @@ however, the routine will instead use > and block until a reply is received from the time server. > .Sh RETURN VALUES > .Rv -std rtime >-.Sh SEE ALSO >-.Xr timed 8 >diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 >index 03a93a8ae84..2f18f64d3a7 100644 >--- a/lib/libc/sys/adjtime.2 >+++ b/lib/libc/sys/adjtime.2 >@@ -96,9 +96,7 @@ The process's effective user ID is not that of the super-user. > .El > .Sh SEE ALSO > .Xr date 1 , >-.Xr gettimeofday 2 , >-.Xr timed 8 , >-.Xr timedc 8 >+.Xr gettimeofday 2 > .Rs > .%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD" > .%A R. Gusella >diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 >index 6dca19449be..2991e9a5732 100644 >--- a/lib/libc/sys/clock_gettime.2 >+++ b/lib/libc/sys/clock_gettime.2 >@@ -154,8 +154,7 @@ A user other than the super-user attempted to set the time. > .Xr adjtime 2 , > .Xr clock_getcpuclockid 3 , > .Xr ctime 3 , >-.Xr pthread_getcpuclockid 3 , >-.Xr timed 8 >+.Xr pthread_getcpuclockid 3 > .Sh STANDARDS > The > .Fn clock_gettime , >diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 >index 29f71365306..b39c8760154 100644 >--- a/lib/libc/sys/gettimeofday.2 >+++ b/lib/libc/sys/gettimeofday.2 >@@ -123,8 +123,7 @@ A user other than the super-user attempted to set the time. > .Xr clock_gettime 2 , > .Xr ctime 3 , > .Xr timeradd 3 , >-.Xr clocks 7 , >-.Xr timed 8 >+.Xr clocks 7 > .Sh HISTORY > The > .Fn gettimeofday >diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf >index 998cd3fd14d..5bd849093c4 100644 >--- a/libexec/rc/rc.conf >+++ b/libexec/rc/rc.conf >@@ -391,8 +391,6 @@ tlsservd_enable="NO" # Run rpc.tlsservd needed for NFS-over-TLS nfsd > tlsservd_flags="" # Flags for rpc.tlsservd > > ### Network Time Services options: ### >-timed_enable="NO" # Run the time daemon (or NO). >-timed_flags="" # Flags to timed (if enabled). > ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO). > ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different one. > ntpdate_flags="-b" # Flags to ntpdate (if enabled). >diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 >index 01c4a843649..51728641675 100644 >--- a/share/man/man5/rc.conf.5 >+++ b/share/man/man5/rc.conf.5 >@@ -2574,29 +2574,6 @@ This is mandatory when > .Va pppoed_enable > is set to > .Dq Li YES . >-.It Va timed_enable >-.Pq Vt bool >-If set to >-.Dq Li YES , >-run the >-.Xr timed 8 >-service at boot time. >-This command is intended for networks of >-machines where a consistent >-.Dq "network time" >-for all hosts must be established. >-This is often useful in large NFS >-environments where time stamps on files are expected to be consistent >-network-wide. >-.It Va timed_flags >-.Pq Vt str >-If >-.Va timed_enable >-is set to >-.Dq Li YES , >-these are the flags to pass to the >-.Xr timed 8 >-service. > .It Va ntpdate_enable > .Pq Vt bool > If set to >@@ -4682,7 +4659,6 @@ it will be made permanently active. > .Xr sysctl 8 , > .Xr syslogd 8 , > .Xr sysrc 8 , >-.Xr timed 8 , > .Xr unbound 8 , > .Xr usbconfig 8 , > .Xr wlandebug 8 , >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255425
: 224448