diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2019-08-26 18:26:15 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2019-08-26 18:26:15 +0000 |
commit | 037080ebfe5cdcc9f009d8584a300cc75c06da8b (patch) | |
tree | 4145beee52c04e0aa3180923dab830ad95f58325 /net/htpdate/files | |
parent | 6e1b279f8bc00ce82e80a32d64e1628adf3b056c (diff) | |
download | ports-037080ebfe5cdcc9f009d8584a300cc75c06da8b.tar.gz ports-037080ebfe5cdcc9f009d8584a300cc75c06da8b.zip |
Notes
Diffstat (limited to 'net/htpdate/files')
-rw-r--r-- | net/htpdate/files/patch-README | 11 | ||||
-rw-r--r-- | net/htpdate/files/patch-htpdate.8 | 35 | ||||
-rw-r--r-- | net/htpdate/files/patch-htpdate.c | 16 |
3 files changed, 0 insertions, 62 deletions
diff --git a/net/htpdate/files/patch-README b/net/htpdate/files/patch-README deleted file mode 100644 index dbf1923d8277..000000000000 --- a/net/htpdate/files/patch-README +++ /dev/null @@ -1,11 +0,0 @@ ---- README.orig 2019-08-12 22:50:17 UTC -+++ README -@@ -42,7 +42,7 @@ Usage: htpdate [-046abdhlqstxD] [-i pid file] [-m minp - [-p precision] [-P <proxyserver>[:port]] [-u user[:group]] - <host[:port]> ... - -- E.g. htpdate -q www.linux.org www.freebsd.org -+ E.g. htpdate -q www.example.com - - - In general, if more web servers are specified, the accuracy will increase. diff --git a/net/htpdate/files/patch-htpdate.8 b/net/htpdate/files/patch-htpdate.8 deleted file mode 100644 index 4fff86dbca48..000000000000 --- a/net/htpdate/files/patch-htpdate.8 +++ /dev/null @@ -1,35 +0,0 @@ ---- htpdate.8.orig 2019-08-12 22:48:12 UTC -+++ htpdate.8 -@@ -80,15 +80,15 @@ Portnumber (default 80 and 8080 for proxy server) - .SH "EXAMPLES" - Request time from web server (don't update local clock): - .br --\& htpdate \-q www.linux.org www.freebsd.org -+\& htpdate \-q www.example.com - .P - Verbose output (don't update local clock): - .br --\& htpdate \-d \-q www.linux.org www.freebsd.org -+\& htpdate \-d \-q www.example.com - .P - Adjust time smoothly and log output to syslog (eg. cron): - .br --\& htpdate \-a \-l www.linux.org www.freebsd.org -+\& htpdate \-a \-l www.example.com - .P - HTTP/1.0 request in IPv6 literal format (RFC 2732): - .br -@@ -96,11 +96,11 @@ HTTP/1.0 request in IPv6 literal format (RFC 2732): - .P - Run htpdate as daemon: - .br --\& htpdate \-D www.linux.org www.freebsd.org -+\& htpdate \-D www.example.com - .P - Daemon mode for the security minded: - .br --\& htpdate \-D \-u nobody:nogroup www.linux.org www.freebsd.org -+\& htpdate \-D \-u nobody:nogroup www.example.com - .SH "AUTHOR" - Eddy Vervest <eddy@vervest.org>, http://www.vervest.org/htp - .SH "SEE ALSO" diff --git a/net/htpdate/files/patch-htpdate.c b/net/htpdate/files/patch-htpdate.c deleted file mode 100644 index aa00ce17ec67..000000000000 --- a/net/htpdate/files/patch-htpdate.c +++ /dev/null @@ -1,16 +0,0 @@ ---- htpdate.c.orig 2019-08-12 22:48:19 UTC -+++ htpdate.c -@@ -14,11 +14,11 @@ - Debug mode (shows raw timestamps, round trip time (RTT) and - time difference): - -- ~# htpdate -d www.linux.org www.freebsd.org -+ ~# htpdate -d www.example.com - - Adjust time smoothly: - -- ~# htpdate -a www.linux.org www.freebsd.org -+ ~# htpdate -a www.example.com - - ...see man page for more details - |