Adaptation of the plugin nagios_nrpe

Would it be possible to customize the plugin nagios_nrpe and nagios-plugin in Pakfire?
I have installed nagios_nrpe and there in the file “/etc/nagios/nrpe.cfg” the line “pid_file=/usr/run/nrpe.pid” had to be changed to “pid_file=/var/run/nrpe.pid” for the service to start at all.
Furthermore the paths to the plugin in the same file are wrong because they are not in “/usr/lib/nagios/” but in “/usr/lib/nagios/plugins/”. These are stumbling blocks that can be fixed in the package.

###################
wrong
#command[check_users]=/usr/lib/nagios/check_users -w 5 -c 10

correct
command[check_users]=/usr/lib/nagios/plugins/check_users -w 5 -c 10

MfG Paul