Several users have commented (via filing PRs) that having ntp* depend

on devfs is useful so that a hardware time device can start with its
necessary device nodes already in place. While this ordering happens
as a side effect currently in HEAD, and the PRs were generally fixed
via upgrades, etc; it's better to make it explicit.

While I'm here, ntpd should REQUIRE ntpdate, rather than ntpdate
using BEFORE: ntpd.
This commit is contained in:
Doug Barton 2005-12-21 09:48:41 +00:00
parent 1e4200620a
commit 27c4192acb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153607
2 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,10 @@
#!/bin/sh
#
# $NetBSD: ntpd,v 1.6 2002/03/22 04:33:59 thorpej Exp $
# $FreeBSD$
#
# PROVIDE: ntpd
# REQUIRE: DAEMON cleanvar
# REQUIRE: DAEMON ntpdate cleanvar devfs
# BEFORE: LOGIN
# KEYWORD: nojail

View File

@ -1,10 +1,8 @@
#!/bin/sh
#
# $NetBSD: ntpdate,v 1.8 2002/03/22 04:16:39 lukem Exp $
# $FreeBSD$
#
# BEFORE: ntpd
# PROVIDE: ntpdate
# REQUIRE: NETWORKING syslogd
# KEYWORD: nojail