mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-16 00:21:01 +00:00
fix typo and add a couple of notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38860 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
61587b24b9
commit
2f8730a81c
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ locations for something like RedHat Linux.
|
|||
the MIB in your local directory(~/.snmp/mibs) which is correct for
|
||||
net-snmp on most systems.
|
||||
|
||||
2. For diagnosing problems in snmpd,
|
||||
2. For diagnosing problems in snmpd (revert when not debugging),
|
||||
edit '/etc/sysconfig/snmpd' to contain:
|
||||
OPTIONS="-Dgnustep -Lf /var/log/snmpd"
|
||||
so that any debug for the gnustep MIB would be logged
|
||||
|
@ -26,7 +26,7 @@ locations for something like RedHat Linux.
|
|||
or use '-Dgnustep -LS0-6d' for logging via syslog.
|
||||
|
||||
|
||||
3. For diagnosign problems in snmptrapd,
|
||||
3. For diagnosing problems in snmptrapd (revert when not debugging),
|
||||
edit '/etc/sysconfig/snmptrapd' to contain:
|
||||
OPTIONS="-Dgnustep -Lf /var/log/snmptrapd"
|
||||
so that any debug for the gnustep MIB would be logged
|
||||
|
|
Loading…
Reference in a new issue