Make ntpdate run before rpcbind to allow ntpdate to be decoupled from the build
This commit is contained in:
parent
5e2b531868
commit
59d4588ff5
@ -5,6 +5,7 @@
|
||||
|
||||
# PROVIDE: ntpdate
|
||||
# REQUIRE: NETWORKING syslogd
|
||||
# BEFORE: rpcbind
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: rpcbind
|
||||
# REQUIRE: NETWORKING ntpdate syslogd
|
||||
# REQUIRE: NETWORKING syslogd
|
||||
# KEYWORD: shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user