Create a diff to be used to patch a file ..,
Create the diff
diff -c nrpe.cfg nrpe.cfg.new > nrpe.cfg.patch
Patch it on a different machine:
patch < nrpe.cfg.patch