masterzen / mysql-snmp

Net-SNMP perl agent for monitoring MySQL servers
http://www.masterzen.fr/software-contributions/mysql-snmp-monitor-mysql-with-snmp/
GNU General Public License v2.0
67 stars 33 forks source link

typo in init.d #12

Closed michaelsmit closed 12 years ago

michaelsmit commented 12 years ago

A typo in the file debian/init.d used to construct the debian package results in a flawed installation when installed using dpkg. In particular, /etc/init.d/mysql-snmp quietly dies without an error message.

The fix is to change line 28 from DAEMON=/usr/sbin/mysql-smnp to DAEMON=/usr/sbin/mysql-snmp

-Mike

michaelsmit commented 12 years ago

Decided to fix and create a pull request instead of just whining. :)