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:
parent
1e4200620a
commit
27c4192acb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user