diff options
author | naddy <naddy@FreeBSD.org> | 2012-07-17 22:35:46 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2012-07-17 22:35:46 +0800 |
commit | c646773c861aa5bef6d93fcba22dca8e3ff8ce52 (patch) | |
tree | 2c974e8c04b054e024d3aaa7130157415d6398c7 /net | |
parent | cd327282f0b9482b8160be0963836fb401325d71 (diff) | |
download | freebsd-ports-gnome-c646773c861aa5bef6d93fcba22dca8e3ff8ce52.tar.gz freebsd-ports-gnome-c646773c861aa5bef6d93fcba22dca8e3ff8ce52.tar.zst freebsd-ports-gnome-c646773c861aa5bef6d93fcba22dca8e3ff8ce52.zip |
In the rc.d script, have ntpd start after ntpdate.
PR: 169787
Submitted by: Brian Conway <bugs@zxvf.us>
Diffstat (limited to 'net')
-rw-r--r-- | net/openntpd/Makefile | 2 | ||||
-rw-r--r-- | net/openntpd/files/openntpd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 563b2ecd2dc2..232b0c603c2d 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= openntpd PORTVERSION= 4.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_OPENBSD} diff --git a/net/openntpd/files/openntpd.in b/net/openntpd/files/openntpd.in index 4c153aafd12d..51092c0dbca3 100644 --- a/net/openntpd/files/openntpd.in +++ b/net/openntpd/files/openntpd.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: openntpd -# REQUIRE: DAEMON +# REQUIRE: DAEMON ntpdate # BEFORE: LOGIN # KEYWORD: nojail shutdown # |