aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-04 10:43:46 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-04 10:43:46 +0300
commit184f105b2d2d7aaef6c2ae9726ee5b15a970df22 (patch)
treeb7855d6cd5c690564124261bf47746515b3a6576
parent9bfe6bdcb55e103b9b5ccd3645f367a1955eed1c (diff)
downloadnetsnmp-sendmail-184f105b2d2d7aaef6c2ae9726ee5b15a970df22.tar.gz
netsnmp-sendmail-184f105b2d2d7aaef6c2ae9726ee5b15a970df22.tar.bz2
Version 0.94
* README: New file. * Changes: Update. * Makefile.PL: Fix provides. * sendmail.pl: Raise version number
-rw-r--r--Changes4
-rw-r--r--Makefile.PL2
-rw-r--r--README40
-rw-r--r--sendmail.pl2
4 files changed, 46 insertions, 2 deletions
diff --git a/Changes b/Changes
index 48c259d..fec7b25 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
10.94 2016-10-04
2
3* Minor changes
4
10.93 2016-10-04 50.93 2016-10-04
2 6
3* First release \ No newline at end of file 7* First release \ No newline at end of file
diff --git a/Makefile.PL b/Makefile.PL
index 66990fe..c587e47 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -41,7 +41,7 @@ WriteMakefile(
41 web => 'http://git.gnu.org.ua/cgit/netsnmp-sendmail.git/', 41 web => 'http://git.gnu.org.ua/cgit/netsnmp-sendmail.git/',
42 }, 42 },
43 provides => Module::Metadata->provides(version => '2', 43 provides => Module::Metadata->provides(version => '2',
44 dir=>'$(INST_LIBDIR)') 44 dir => '.')
45 45
46 } 46 }
47 } 47 }
diff --git a/README b/README
new file mode 100644
index 0000000..92ce6be
--- /dev/null
+++ b/README
@@ -0,0 +1,40 @@
1NetSNMP::Sendmail
2=================
3
4This is a plugin for net-snmp that provides access to Sendmail statistics
5obtained by mailq and mailstats utilities.
6
7Installation
8============
9
10perl Makefile.PL
11make install
12
13The last command must be run as root.
14
15Usage
16=====
17
18To use, add the following line to your /etc/snmp/snmpd.conf:
19
20 perl use NetSNMP::Sendmail;
21
22The MIB for retrieving Sendmail statistics are shipped with the distribution
23in file SENDMAIL-STATS.txt. This file is installed to the proper directory
24by make install.
25
26Documentation
27=============
28
29See NetSNMP::Sendmail(1) for a detailed description of the module and its
30configuration options.
31
32Copying
33=======
34This package is free software; you can redistribute it and/or modify
35it under the terms of the GNU General Public License as published by
36the Free Software Foundation; either version 3, or (at your option)
37any later version.
38
39See http://www.gnu.org/licenses.
40
diff --git a/sendmail.pl b/sendmail.pl
index 2974169..b3e4f8a 100644
--- a/sendmail.pl
+++ b/sendmail.pl
@@ -235,7 +235,7 @@ use Data::Dumper;
235require Exporter; 235require Exporter;
236our @ISA = qw(Exporter); 236our @ISA = qw(Exporter);
237 237
238our $VERSION = "0.93"; 238our $VERSION = "0.94";
239 239
240our @EXPORT_OK = qw(&Configure); 240our @EXPORT_OK = qw(&Configure);
241 241

Return to:

Send suggestions and report system problems to the System administrator.