aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2021-05-13 07:53:08 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-11-14 09:18:52 +0000
commit17948f07ebe2dcb99d0ae79414f6395574369c98 (patch)
treee70ff3296d574d55df7446d7f76f6681aebc0035 /libexec
parentc3c15ed7fc2d72e8b3ab20615691571d170c0f55 (diff)
downloadsrc-17948f07ebe2dcb99d0ae79414f6395574369c98.tar.gz
src-17948f07ebe2dcb99d0ae79414f6395574369c98.zip
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)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rc/rc.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index ddcf7b29b917..46a81508f844 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -402,8 +402,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).