summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-05-12 11:49:16 +0000
committerflz <flz@FreeBSD.org>2008-05-12 11:49:16 +0000
commit005efc38af0b61675062d775e960748e140aa588 (patch)
tree2dd1bc9f8b1e7d9ffcbbff3b8af6996e60d5805d /etc
parent098b82ca3e64a7648e7c43a0ceda5d0433b5f1b8 (diff)
downloadFreeBSD-src-005efc38af0b61675062d775e960748e140aa588.zip
FreeBSD-src-005efc38af0b61675062d775e960748e140aa588.tar.gz
Don't require a configuration file. Ntpd will be perfectly happy if there's
none or if the file doesn't exist (there's no ntp.conf in the base install). PR: conf/119592 Submitted by: Renaud Waldura <renaud+freebsd@waldura.org> MFC after: 1 week
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/ntpd2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.d/ntpd b/etc/rc.d/ntpd
index ba01b43..d4b738f 100755
--- a/etc/rc.d/ntpd
+++ b/etc/rc.d/ntpd
@@ -18,8 +18,6 @@ start_precmd="ntpd_precmd"
load_rc_config $name
-required_files="${ntpd_config}"
-
ntpd_precmd()
{
rc_flags="-c ${ntpd_config} ${ntpd_flags}"
OpenPOWER on IntegriCloud