diff options
Diffstat (limited to 'etc/rc.d/timed')
-rwxr-xr-x | etc/rc.d/timed | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/etc/rc.d/timed b/etc/rc.d/timed deleted file mode 100755 index 1e12a358deda..000000000000 --- a/etc/rc.d/timed +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# -# $NetBSD: timed,v 1.4 2000/09/19 13:04:39 lukem Exp $ -# - -# PROVIDE: timed -# REQUIRE: DAEMON -# BEFORE: LOGIN - -. /etc/rc.subr - -name="timed" -rcvar=$name -command="/usr/sbin/${name}" - -load_rc_config $name -run_rc_command "$1" |