# HG changeset patch # User Eric Joseph-Alexandre # Date 1367023956 -7200 # Node ID 5932ef14672f231da9f6c005d5530921a8533972 # Parent 98890599a932a42a2d584c8bf11f964fbe7fe7c9 nagios-nrpe: Add missing patch file diff -r 98890599a932 -r 5932ef14672f nagios-nrpe/stuff/nagios-nrpe-2.14-Makefile.u --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nagios-nrpe/stuff/nagios-nrpe-2.14-Makefile.u Sat Apr 27 02:52:36 2013 +0200 @@ -0,0 +1,26 @@ +--- nrpe-2.12-ori/Makefile.in Wed Mar 14 16:30:05 2007 ++++ nrpe-2.12/Makefile.in Tue Jun 8 21:04:32 2010 +@@ -20,8 +20,8 @@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + INSTALL=@INSTALL@ +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ ++NAGIOS_INSTALL_OPTS= ++NRPE_INSTALL_OPTS= + + INIT_DIR=@init_dir@ + INIT_OPTS=-o root -g root +--- nrpe-2.12-ori/src/Makefile.in Mon Aug 13 19:10:07 2007 ++++ nrpe-2.12/src/Makefile.in Tue Jun 8 21:16:02 2010 +@@ -24,8 +24,8 @@ + SBINDIR=@sbindir@ + LIBEXECDIR=@libexecdir@ + INSTALL=@INSTALL@ +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ ++NAGIOS_INSTALL_OPTS= ++NRPE_INSTALL_OPTS= + + # Generated automatically from configure script + SNPRINTF_O=@SNPRINTF_O@