[doc] Credit Jeroen Simonetti for contributing snmptrap.texi
2006-02-19 Paul Jakma <paul.jakma@sun.com>
* quagga.info: update auto-built file.
* ChangeLog: Fix old, existing entry for snmptrap.texi addition to
credit the author, who got in touch with me.
* snmptrap.texi: Add comment line with author's details.
diff --git a/doc/snmptrap.texi b/doc/snmptrap.texi
index a80b4d4..3114563 100644
--- a/doc/snmptrap.texi
+++ b/doc/snmptrap.texi
@@ -1,3 +1,6 @@
+@c Documentation on configuring Quagga and snmpd for SNMP traps
+@c contributed by Jeroen Simonetti, jsimonetti@denit.net
+
@node Handling SNMP Traps
@section Handling SNMP Traps
@@ -22,6 +25,8 @@
Configure the snmptrapd daemon by adding the following line to
@file{/etc/snmpd/snmptrapd.conf}:
+@c Documentation contributed by Jeroen Simonetti, jsimonetti@denit.net
+
@example
traphandle .1.3.6.1.4.1.3317.1.2.2 /etc/snmp/snmptrap_handle.sh
@end example
@@ -198,6 +203,3 @@
# mail the notification
echo "$MAIL" | mail -s "$SUBJECT" $EMAILADDR
@end verbatim
-
-@comment contributed by unknown contributer, please contact maintainers
-@comment for credit / attribution.