In the rc.d script, have ntpd start after ntpdate.

PR:		169787
Submitted by:	Brian Conway <bugs@zxvf.us>
This commit is contained in:
Christian Weisgerber 2012-07-17 14:35:46 +00:00
parent dd8ddaa295
commit f55aa61295
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301005
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= openntpd
PORTVERSION= 4.6
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_OPENBSD}

View file

@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: openntpd
# REQUIRE: DAEMON
# REQUIRE: DAEMON ntpdate
# BEFORE: LOGIN
# KEYWORD: nojail shutdown
#