diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-07 20:49:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-07 20:49:34 +0000 |
commit | d16e104702ce4118bf23f5232d0ab0fa0cff5861 (patch) | |
tree | 567ac7c088aaa4d5ec12f6d920ae741217493541 | |
parent | cf8c2021b6b9f9f1dd52e9213e67d1def30564a4 (diff) | |
download | pkgsrc-d16e104702ce4118bf23f5232d0ab0fa0cff5861.tar.gz |
Add patches for a typo in two man pages, reported by Cesar Catrian C. in
PR 20590, and fed back to the authors.
-rw-r--r-- | net/dante/distinfo | 4 | ||||
-rw-r--r-- | net/dante/patches/patch-ab | 13 | ||||
-rw-r--r-- | net/dante/patches/patch-ac | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/net/dante/distinfo b/net/dante/distinfo index 330265328fd..833422da063 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.4 2002/07/12 14:47:03 wiz Exp $ +$NetBSD: distinfo,v 1.5 2003/03/07 20:49:34 wiz Exp $ SHA1 (dante-1.1.13.tar.gz) = d6a1b95816621fc782cad86445649c2d4b330872 Size (dante-1.1.13.tar.gz) = 802417 bytes SHA1 (patch-aa) = c581f950378da250643453b27698b213f8341a25 +SHA1 (patch-ab) = 2c400da776cade061e4e072edd2e39a693cf0973 +SHA1 (patch-ac) = 7bf3c4d72ae79a9af4a9f6d7c36f627370577512 diff --git a/net/dante/patches/patch-ab b/net/dante/patches/patch-ab new file mode 100644 index 00000000000..28fc5f3af64 --- /dev/null +++ b/net/dante/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2003/03/07 20:49:35 wiz Exp $ + +--- doc/sockd.conf.5.orig Thu May 2 14:00:27 2002 ++++ doc/sockd.conf.5 +@@ -81,7 +81,7 @@ The address given may be either a IP add + .IP \fBiotimeout\fP + The number of seconds an established connection can be idle. Set it + to 0 for forever. +-.IP \fBlogouput\fP ++.IP \fBlogoutput\fP + This value controls where the server sends logoutput. It can + be either \fBsyslog\fP[/\fBfacility\fP], \fBstdout\fP, \fBstderr\fP, + a filename, or a combination. diff --git a/net/dante/patches/patch-ac b/net/dante/patches/patch-ac new file mode 100644 index 00000000000..c78f396d229 --- /dev/null +++ b/net/dante/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2003/03/07 20:49:35 wiz Exp $ + +--- doc/socks.conf.5.orig Wed Dec 12 13:31:57 2001 ++++ doc/socks.conf.5 +@@ -55,7 +55,7 @@ value. + \fBdebug\fP + Setting this field to 1 turns on debugging. + .TP +-\fBlogouput\fP ++\fBlogoutput\fP + This value controls where the sends logoutput. It can + be either \fBsyslog\fP, \fBstdout\fP, \fBstderr\fP, a filename, or + a combination. |