Make ntpdate run before rpcbind to allow ntpdate to be decoupled from the build

This commit is contained in:
Enji Cooper 2014-11-29 23:59:51 +00:00
parent 5e2b531868
commit 59d4588ff5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275278
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
# PROVIDE: ntpdate
# REQUIRE: NETWORKING syslogd
# BEFORE: rpcbind
# KEYWORD: nojail
. /etc/rc.subr

View File

@ -4,7 +4,7 @@
#
# PROVIDE: rpcbind
# REQUIRE: NETWORKING ntpdate syslogd
# REQUIRE: NETWORKING syslogd
# KEYWORD: shutdown
. /etc/rc.subr