aboutsummaryrefslogtreecommitdiff
path: root/net/openntpd
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2004-12-10 17:05:46 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2004-12-10 17:05:46 +0000
commit46cf51632b184579d0792827601fd11bb1fe361d (patch)
tree197a6bf1763c267a909a2c6e08e3f93d0d8cdbf1 /net/openntpd
parentb22c8c2aefa78880a47995e478cab56a0a2686f6 (diff)
downloadports-46cf51632b184579d0792827601fd11bb1fe361d.tar.gz
ports-46cf51632b184579d0792827601fd11bb1fe361d.zip
Notes
Diffstat (limited to 'net/openntpd')
-rw-r--r--net/openntpd/Makefile2
-rw-r--r--net/openntpd/distinfo4
-rw-r--r--net/openntpd/files/patch-ntpd.853
3 files changed, 35 insertions, 24 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile
index 294de51df83a..eeaf97df1ac8 100644
--- a/net/openntpd/Makefile
+++ b/net/openntpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openntpd
-PORTVERSION= 3.6p1
+PORTVERSION= 3.6.1p1
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \
diff --git a/net/openntpd/distinfo b/net/openntpd/distinfo
index ab8f16f4b8b7..413167a2880b 100644
--- a/net/openntpd/distinfo
+++ b/net/openntpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (openntpd-3.6p1.tar.gz) = ba69427e83a9a8080410261af116cdbe
-SIZE (openntpd-3.6p1.tar.gz) = 114924
+MD5 (openntpd-3.6.1p1.tar.gz) = 4584f226523776a3cdd2fb6f8212ba8d
+SIZE (openntpd-3.6.1p1.tar.gz) = 123811
diff --git a/net/openntpd/files/patch-ntpd.8 b/net/openntpd/files/patch-ntpd.8
index 7edfa684137f..a03a2ac8066c 100644
--- a/net/openntpd/files/patch-ntpd.8
+++ b/net/openntpd/files/patch-ntpd.8
@@ -1,32 +1,33 @@
$FreeBSD$
---- ntpd.8.orig Thu Jul 15 12:16:28 2004
-+++ ntpd.8 Sun Jul 18 16:53:12 2004
-@@ -40,14 +40,14 @@
- .Nm
- is usually started at boot time, and can be enabled by
- setting the following in
--.Pa /etc/rc.conf.local :
-+.Pa /etc/rc.conf :
- .Pp
--.Dl ntpd_flags=\&"\&"
-+.Dl openntpd_enable=\&"YES\&"
- .Pp
- See
- .Xr rc 8
- and
--.Xr rc.conf 8
-+.Xr rc.conf 5
- for more information on the boot process
- and enabling daemons.
- .Pp
-@@ -70,11 +70,11 @@
+--- ntpd.8.orig
++++ ntpd.8
+@@ -71,7 +71,7 @@
.Ar file
as the configuration file,
instead of the default
-.Pa /etc/ntpd.conf .
+.Pa %%PREFIX%%/etc/ntpd.conf .
+ .It Fl S
+ Do not set the time immediately at startup.
+ This is the default.
+@@ -83,22 +83,10 @@
+ .Xr rdate 8
+ before starting
+ .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
@@ -36,3 +37,13 @@ $FreeBSD$
default
.Nm
configuration file
+@@ -107,8 +95,8 @@
+ .Xr date 1 ,
+ .Xr adjtime 2 ,
+ .Xr ntpd.conf 5 ,
++.Xr rc.conf 5 ,
+ .Xr rc 8 ,
+-.Xr rc.conf 8 ,
+ .Xr rdate 8 ,
+ .Xr timed 8
+ .Rs