diff options
Diffstat (limited to 'libexec/rc')
-rw-r--r-- | libexec/rc/rc.d/Makefile | 4 | ||||
-rwxr-xr-x | libexec/rc/rc.d/timed | 19 |
2 files changed, 0 insertions, 23 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 991267e471ca..c2a39b5b4f4b 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -291,10 +291,6 @@ SMRCD= sendmail SMRCDPACKAGE= sendmail .endif -.if ${MK_TIMED} != "no" -CONFS+= timed -.endif - .if ${MK_UNBOUND} != "no" CONFGROUPS+= UNBOUND UNBOUND+= local_unbound diff --git a/libexec/rc/rc.d/timed b/libexec/rc/rc.d/timed deleted file mode 100755 index 7126ff854748..000000000000 --- a/libexec/rc/rc.d/timed +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: timed -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: nojail shutdown - -. /etc/rc.subr - -name="timed" -desc="Time server daemon" -rcvar="timed_enable" -command="/usr/sbin/${name}" - -load_rc_config $name -run_rc_command "$1" |