diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-07-18 15:42:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-07-18 15:42:15 +0000 |
commit | c086a5ac7b4d71c938a95bd8cd7e8ac18597b1a3 (patch) | |
tree | 14fbea9b08477158ddfa2feca446b172cfee6945 /net/openntpd/files | |
parent | 365e2068bb27dff015ec76e0deff33642afe84b1 (diff) |
Notes
Diffstat (limited to 'net/openntpd/files')
-rw-r--r-- | net/openntpd/files/patch-ntpd.8 | 38 | ||||
-rw-r--r-- | net/openntpd/files/patch-ntpd.conf.5 | 16 |
2 files changed, 54 insertions, 0 deletions
diff --git a/net/openntpd/files/patch-ntpd.8 b/net/openntpd/files/patch-ntpd.8 new file mode 100644 index 000000000000..7edfa684137f --- /dev/null +++ b/net/openntpd/files/patch-ntpd.8 @@ -0,0 +1,38 @@ + +$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 @@ + .Ar file + as the configuration file, + instead of the default +-.Pa /etc/ntpd.conf . ++.Pa %%PREFIX%%/etc/ntpd.conf . + .El + .Sh FILES +-.Bl -tag -width "/etc/ntpd.confXXX" -compact +-.It Pa /etc/ntpd.conf ++.Bl -tag -width "%%PREFIX%%/etc/ntpd.confXXX" -compact ++.It Pa %%PREFIX%%/etc/ntpd.conf + default + .Nm + configuration file diff --git a/net/openntpd/files/patch-ntpd.conf.5 b/net/openntpd/files/patch-ntpd.conf.5 new file mode 100644 index 000000000000..f3f6710203bb --- /dev/null +++ b/net/openntpd/files/patch-ntpd.conf.5 @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- ntpd.conf.5.orig Sun Jul 18 14:25:21 2004 ++++ ntpd.conf.5 Sun Jul 18 14:25:44 2004 +@@ -80,8 +80,8 @@ + .Ed + .El + .Sh FILES +-.Bl -tag -width "/etc/ntpd.confXXX" -compact +-.It Pa /etc/ntpd.conf ++.Bl -tag -width "%%PREFIX%%/etc/ntpd.confXXX" -compact ++.It Pa %%PREFIX%%/etc/ntpd.conf + default + .Xr ntpd 8 + configuration file |