diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-07-08 11:33:58 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-07-08 11:34:11 +0000 |
commit | 411a2782aaa756b3a8f3988763ac592cff1257b3 (patch) | |
tree | f3506a151a9b2e71ed9417f298e40f11e8d66418 /main/arpwatch/16_all_arpwatch-2.1a15-additional-manpages-cleanups.patch | |
parent | 0852cf7df3027cc1addd921d31c0b032983196e0 (diff) | |
download | aports-411a2782aaa756b3a8f3988763ac592cff1257b3.tar.bz2 aports-411a2782aaa756b3a8f3988763ac592cff1257b3.tar.xz |
main/arpwatch: added several patches for improving options and security
Diffstat (limited to 'main/arpwatch/16_all_arpwatch-2.1a15-additional-manpages-cleanups.patch')
-rw-r--r-- | main/arpwatch/16_all_arpwatch-2.1a15-additional-manpages-cleanups.patch | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/main/arpwatch/16_all_arpwatch-2.1a15-additional-manpages-cleanups.patch b/main/arpwatch/16_all_arpwatch-2.1a15-additional-manpages-cleanups.patch new file mode 100644 index 0000000000..c026fcfc48 --- /dev/null +++ b/main/arpwatch/16_all_arpwatch-2.1a15-additional-manpages-cleanups.patch @@ -0,0 +1,98 @@ +diff -Naru arpwatch-2.1a15.orig/arpwatch.8 arpwatch-2.1a15/arpwatch.8 +--- arpwatch-2.1a15.orig/arpwatch.8 2006-09-23 22:23:03.000000000 +0400 ++++ arpwatch-2.1a15/arpwatch.8 2006-09-23 22:22:15.000000000 +0400 +@@ -30,70 +30,70 @@ + .B -dN + ] + .br +-.ti +8 ++.ti +9 + [ + .B -f + .I datafile + ] + .br +-.ti +8 ++.ti +9 + [ + .B -i + .I interface + ] + .br +-.ti +8 ++.ti +9 + [ + .B -n + .IR net [/ width + ] ] + .br +-.ti +8 ++.ti +9 + [ + .B -r + .I file + ] + .br +-.ti +8 ++.ti +9 + [ + .B -m + .I e-mail + ] + .br +-.ti +8 ++.ti +9 + [ + .B -s + .I sendmail_path + ] + .br +-.ti +8 ++.ti +9 + [ + .B -p + ] + .br +-.ti +8 ++.ti +9 + [ + .B -a + ] + .br +-.ti +8 ++.ti +9 + [ + .B -u + .I username + ] + .br +-.ti +8 ++.ti +9 + [ + .B -R + .I seconds + ] + .br +-.ti +8 ++.ti +9 + [ + .B -Q + ] + .br +-.ti +8 ++.ti +9 + [ + .B -z + .I ignorenet/ignoremask +@@ -175,9 +175,9 @@ + .B -a + flag tells + .B arpwatch +-to report bogons about every IP address. By default, ++to record bogons about every IP address. By default, + .B arpwatch +-reports bogons for IP addresses that are in the same subnet with the first IP ++records bogons for IP addresses that are in the same subnet with the first IP + address of the default interface (unless + .B -N + is given). (This feature comes from Debian). |