~ubuntu-branches/ubuntu/wily/sshguard/wily

« back to all changes in this revision

Viewing changes to debian/patches/sshguard_manpage.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Julián Moreno Patiño
  • Date: 2011-02-13 17:24:58 UTC
  • mfrom: (1.2.1 upstream) (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110213172458-0pr057n7ja5gfvz9
Tags: 1.5-1
* New upstream release
  + Removed README.source, it's not used.
  + Moved svn to git
  + Added support for whitelisting
  + Released to unstable, it's a stable release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## sshguard_manpage.dpatch by Julián Moreno Patiño <darkjunix@gmail.com>
3
 
## All lines beginning with `## DP:' are a description of the patch.
4
 
## DP: Fix sshguard manpage
5
 
 
6
 
@DPATCH@
7
 
diff -Naur sshguard-1.4/man/sshguard.8.orig sshguard-1.4/man/sshguard.8
8
 
--- sshguard-1.4/man/sshguard.8.orig    2009-09-23 04:31:32.000000000 -0500
9
 
+++ sshguard-1.4/man/sshguard.8         2009-11-11 21:00:52.281911973 -0500
10
 
@@ -40,7 +40,7 @@
11
 
 .It netfilter/iptables
12
 
 for Linux-based operating systems
13
 
 .It Packet Filter (PF)
14
 
-for BSD operating systems (Open, Free, Net, DragonFly -BSD)
15
 
+for BSD operating systems (Open, Free, Net, DragonFly-BSD)
16
 
 .It IPFirewall (IPFW)
17
 
 for FreeBSD and Mac OS X
18
 
 .It IP Filter (IPFILTER)
19
 
@@ -141,7 +141,7 @@
20
 
 help investigating patterns: once enabled, a pattern can be directly pasted
21
 
 into the tool from the console, and the behavior is immediately and minutely
22
 
 shown beneath.
23
 
-.\
24
 
+.\"
25
 
 .\"
26
 
 .Sh WHITELISTING
27
 
 .Nm
28
 
@@ -281,7 +281,7 @@
29
 
 .Pp
30
 
 Touchiness can be augmented with
31
 
 .Ar blacklisting
32
 
-(-b). With this option, after a number of abuses, the address is added to a
33
 
+(\-b). With this option, after a number of abuses, the address is added to a
34
 
 list of attackers to be blocked permanently. The list is intended to be
35
 
 loaded at each startup, and maintained/extended with new entries during
36
 
 operation.
37