diff options
Diffstat (limited to 'sysutils/pcfclock/files/pcfdate.in')
-rw-r--r-- | sysutils/pcfclock/files/pcfdate.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sysutils/pcfclock/files/pcfdate.in b/sysutils/pcfclock/files/pcfdate.in deleted file mode 100644 index 0d2f3efc9d3c..000000000000 --- a/sysutils/pcfclock/files/pcfdate.in +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: pcfdate -# REQUIRE: adjkerntz -# BEFORE: hostname -# -# Define these pcfdate_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/pcfdate -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# - -. /etc/rc.subr - -name="pcfdate" -rcvar=pcfdate_enable - -load_rc_config $name - -: ${pcfdate_enable="NO"} # Enable pcfdate -: ${pcfdate_flags="-sv"} # Flags to pcfdate program - -command="%%PREFIX%%/sbin/pcfdate" -required_files="/dev/pcfclock0" -stop_cmd=":" - -run_rc_command "$1" |