diff options
author | naddy <naddy@FreeBSD.org> | 2005-06-05 22:17:32 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-06-05 22:17:32 +0800 |
commit | 88aa316a8148646efbbbd62f49fa4ddf46a3fd6d (patch) | |
tree | bc82a7fcf63c5faedbfe5b6be463e363325abcbf /net/openntpd | |
parent | 48be23637d2921b9982e71a4f48474d867727adf (diff) | |
download | freebsd-ports-gnome-88aa316a8148646efbbbd62f49fa4ddf46a3fd6d.tar.gz freebsd-ports-gnome-88aa316a8148646efbbbd62f49fa4ddf46a3fd6d.tar.zst freebsd-ports-gnome-88aa316a8148646efbbbd62f49fa4ddf46a3fd6d.zip |
Update to 3.7p1. No major changes, but lots of small ones.
Diffstat (limited to 'net/openntpd')
-rw-r--r-- | net/openntpd/Makefile | 3 | ||||
-rw-r--r-- | net/openntpd/distinfo | 4 | ||||
-rw-r--r-- | net/openntpd/files/patch-ntpd.8 | 25 |
3 files changed, 8 insertions, 24 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index b737e74d74fa..50917fa255d1 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openntpd -PORTVERSION= 3.6.1p1 -PORTREVISION= 1 +PORTVERSION= 3.7p1 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \ diff --git a/net/openntpd/distinfo b/net/openntpd/distinfo index 413167a2880b..3dbc0a9e0542 100644 --- a/net/openntpd/distinfo +++ b/net/openntpd/distinfo @@ -1,2 +1,2 @@ -MD5 (openntpd-3.6.1p1.tar.gz) = 4584f226523776a3cdd2fb6f8212ba8d -SIZE (openntpd-3.6.1p1.tar.gz) = 123811 +MD5 (openntpd-3.7p1.tar.gz) = 10ed8eefd760e5819efcf3277b118f47 +SIZE (openntpd-3.7p1.tar.gz) = 136251 diff --git a/net/openntpd/files/patch-ntpd.8 b/net/openntpd/files/patch-ntpd.8 index 27f3f8bf5a69..4c601e1953f0 100644 --- a/net/openntpd/files/patch-ntpd.8 +++ b/net/openntpd/files/patch-ntpd.8 @@ -3,7 +3,7 @@ $FreeBSD$ --- ntpd.8.orig +++ ntpd.8 -@@ -52,6 +52,20 @@ +@@ -53,6 +53,20 @@ .Xr adjtime 2 will be logged. .Pp @@ -24,7 +24,7 @@ $FreeBSD$ When .Nm starts up, it reads settings from a configuration file, -@@ -71,7 +85,7 @@ +@@ -72,7 +86,7 @@ .Ar file as the configuration file, instead of the default @@ -33,22 +33,8 @@ $FreeBSD$ .It Fl S Do not set the time immediately at startup. This is the default. -@@ -83,22 +97,10 @@ - .Xr rdate 8 - before starting +@@ -86,8 +100,8 @@ .Nm . --Currently, the --.Fl s --option is added unconditionally in --.Xr rc 8 . --Make sure to specify the --.Fl S --option --(add/edit --.Va ntpd_flags --in --.Xr rc.conf.local 8 ) --if this behaviour is not desired. .El .Sh FILES -.Bl -tag -width "/etc/ntpd.confXXX" -compact @@ -58,13 +44,12 @@ $FreeBSD$ default .Nm configuration file -@@ -107,8 +109,8 @@ +@@ -96,6 +110,8 @@ .Xr date 1 , .Xr adjtime 2 , .Xr ntpd.conf 5 , +.Xr rc.conf 5 , - .Xr rc 8 , --.Xr rc.conf 8 , ++.Xr rc 8 , .Xr rdate 8 , .Xr timed 8 .Rs |