wok-6.x diff nagios-nrpe/stuff/nagios-nrpe-2.12-Makefile.u @ rev 15611
cifs-utils: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 07 14:51:10 2013 +0000 (2013-12-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nagios-nrpe/stuff/nagios-nrpe-2.12-Makefile.u Sat Dec 07 14:51:10 2013 +0000 1.3 @@ -0,0 +1,26 @@ 1.4 +--- nrpe-2.12-ori/Makefile.in Wed Mar 14 16:30:05 2007 1.5 ++++ nrpe-2.12/Makefile.in Tue Jun 8 21:04:32 2010 1.6 +@@ -20,8 +20,8 @@ 1.7 + SBINDIR=@sbindir@ 1.8 + LIBEXECDIR=@libexecdir@ 1.9 + INSTALL=@INSTALL@ 1.10 +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ 1.11 +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ 1.12 ++NAGIOS_INSTALL_OPTS= 1.13 ++NRPE_INSTALL_OPTS= 1.14 + 1.15 + INIT_DIR=@init_dir@ 1.16 + INIT_OPTS=-o root -g root 1.17 +--- nrpe-2.12-ori/src/Makefile.in Mon Aug 13 19:10:07 2007 1.18 ++++ nrpe-2.12/src/Makefile.in Tue Jun 8 21:16:02 2010 1.19 +@@ -24,8 +24,8 @@ 1.20 + SBINDIR=@sbindir@ 1.21 + LIBEXECDIR=@libexecdir@ 1.22 + INSTALL=@INSTALL@ 1.23 +-NAGIOS_INSTALL_OPTS=@NAGIOS_INSTALL_OPTS@ 1.24 +-NRPE_INSTALL_OPTS=@NRPE_INSTALL_OPTS@ 1.25 ++NAGIOS_INSTALL_OPTS= 1.26 ++NRPE_INSTALL_OPTS= 1.27 + 1.28 + # Generated automatically from configure script 1.29 + SNPRINTF_O=@SNPRINTF_O@