diff options
author | brian <brian@FreeBSD.org> | 2001-02-22 22:56:40 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-02-22 22:56:40 +0000 |
commit | 89c37231d30bb2292cd358b29c495f5b2a51bb5a (patch) | |
tree | f9a3a14b72e6f6d80744ea1ed3cb5e777e707f3c /net/arpwatch/files/patch-ak | |
parent | e30261240719f3ba64c30cd6fd891a1e8c903f62 (diff) | |
download | FreeBSD-ports-89c37231d30bb2292cd358b29c495f5b2a51bb5a.zip FreeBSD-ports-89c37231d30bb2292cd358b29c495f5b2a51bb5a.tar.gz |
Add a -m option to specify the mail address to be used.
Bump PORTREVISION.
PR: 25288
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Diffstat (limited to 'net/arpwatch/files/patch-ak')
-rw-r--r-- | net/arpwatch/files/patch-ak | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/arpwatch/files/patch-ak b/net/arpwatch/files/patch-ak new file mode 100644 index 0000000..50b504b --- /dev/null +++ b/net/arpwatch/files/patch-ak @@ -0,0 +1,25 @@ +--- arpsnmp.8.orig Sun Sep 17 21:34:48 2000 ++++ arpsnmp.8 Thu Feb 22 22:47:29 2001 +@@ -30,6 +30,9 @@ + ] [ + .B -f + .I datafile ++] [ ++.B -m ++.I email + ] + .I file + [ +@@ -54,6 +57,12 @@ + flag is used to set the ethernet/ip address database filename. + The default is + .IR arp.dat . ++.LP ++The ++.B -m ++flag specifies the address that will receive the emails. ++The default is ++.IR root . + .LP + Note that an empty + .I arp.dat |