Description of problem: There is an syntax error in Fedora 24 check_mailq nagios plugin. Version-Release number of selected component (if applicable): nagios-plugins-mailq-2.1.1-1.fc24.x86_64 How reproducible: always Steps to Reproduce: 1. /usr/lib64/nagios/plugins/check_mailq Actual results: syntax error at /usr/lib64/nagios/plugins/check_mailq line 40, near ") sub print_help ()" Execution of /usr/lib64/nagios/plugins/check_mailq aborted due to compilation errors. Expected results: Usage: check_mailq -w <warn> -c <crit> [-W <warn>] [-C <crit>] [-M <MTA>] [-t <timeout>] [-s] [-v] Additional info: A working version is available upstream, or you just need to add an ";" to my ($sudo) row: -my ($sudo) +my ($sudo);
PING. Fix is easy. Why this is not fixed? *** This bug has been marked as a duplicate of bug 1335245 ***