Changeset 9857d4bbab175a52fd9271eecee034bf267d7f72
- Timestamp:
- 03/16/09 14:44:45
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1237214685 +0000
- git-parent:
[374e7c3da4113ce22e1687b5f03fdba7845dab41]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1237214685 +0000
- Message:
fixes #37
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r56c7e9d |
r9857d4b |
|
| 130 | 130 | |
|---|
| 131 | 131 | install: all |
|---|
| | 132 | $(top_srcdir)/buildtools/mkinstalldirs $(DESTDIR)$(bindir) |
|---|
| | 133 | $(INSTALL) -m 0755 scripts/noittrap $(DESTDIR)$(bindir)/noittrap |
|---|
| 132 | 134 | $(top_srcdir)/buildtools/mkinstalldirs $(DESTDIR)$(sbindir) |
|---|
| 133 | 135 | $(INSTALL) -m 0755 noitd $(DESTDIR)$(sbindir)/noitd |
|---|
| r374e7c3 |
r9857d4b |
|
| 1 | 1 | <module> |
|---|
| 2 | 2 | <name>snmptrap</name> |
|---|
| 3 | | <description><para>The snmptrap module provides SNMP trap daemon support for reconnoiter.</para></description> |
|---|
| | 3 | <description><para>The snmptrap module provides SNMP trap daemon support for reconnoiter. Reconnoiter comes with a <command>snmptrap</command>-based helper utility called <command>noittrap</command> aimed to assist with the complexities of forming valid SNMP traps to this module.</para></description> |
|---|
| 4 | 4 | <loader>C</loader> |
|---|
| 5 | 5 | <image>snmp.so</image> |
|---|