Browse Source

Bug fix for --with-nrpe-group configure script option

Ethan Galstad 19 years ago
parent
commit
3a73db4222
4 changed files with 13 additions and 8 deletions
  1. 5 0
      Changelog
  2. 1 1
      configure
  3. 1 1
      configure.in
  4. 6 6
      include/dh.h

+ 5 - 0
Changelog

@@ -3,6 +3,11 @@ NRPE Changelog
 **************
 **************
 
 
 
 
+2.x - ??/??/2007
+----------------
+- Fixed bug with --with-nrpe-group configure script option (Graham Collinson)
+
+
 
 
 2.8.1 - 05/10/2007
 2.8.1 - 05/10/2007
 -----------------
 -----------------

+ 1 - 1
configure

@@ -6154,7 +6154,7 @@ fi;
 # Check whether --with-nagios_group or --without-nagios_group was given.
 # Check whether --with-nagios_group or --without-nagios_group was given.
 if test "${with_nagios_group+set}" = set; then
 if test "${with_nagios_group+set}" = set; then
   withval="$with_nagios_group"
   withval="$with_nagios_group"
-  nagios_grp=$withval
+  nagios_group=$withval
 else
 else
   nagios_group=nagios
   nagios_group=nagios
 fi;
 fi;

+ 1 - 1
configure.in

@@ -270,7 +270,7 @@ AC_SUBST(nrpe_port)
 AC_DEFINE_UNQUOTED(DEFAULT_SERVER_PORT,$nrpe_port)
 AC_DEFINE_UNQUOTED(DEFAULT_SERVER_PORT,$nrpe_port)
 
 
 AC_ARG_WITH(nagios_user,--with-nagios-user=<user> sets user name for file permissions,nagios_user=$withval,nagios_user=nagios)
 AC_ARG_WITH(nagios_user,--with-nagios-user=<user> sets user name for file permissions,nagios_user=$withval,nagios_user=nagios)
-AC_ARG_WITH(nagios_group,--with-nagios-group=<grp> sets group name file permissions,nagios_grp=$withval,nagios_group=nagios)
+AC_ARG_WITH(nagios_group,--with-nagios-group=<grp> sets group name file permissions,nagios_group=$withval,nagios_group=nagios)
 AC_SUBST(nagios_user)
 AC_SUBST(nagios_user)
 AC_SUBST(nagios_group)
 AC_SUBST(nagios_group)
 NAGIOS_INSTALL_OPTS="-o $nagios_user -g $nagios_group"
 NAGIOS_INSTALL_OPTS="-o $nagios_user -g $nagios_group"

+ 6 - 6
include/dh.h

@@ -4,12 +4,12 @@
 DH *get_dh512()
 DH *get_dh512()
 	{
 	{
 	static unsigned char dh512_p[]={
 	static unsigned char dh512_p[]={
-		0x93,0x6C,0x38,0x09,0x07,0x6C,0xA2,0xAF,0xBC,0x71,0xD8,0xC3,
-		0xA3,0x5E,0xEE,0x36,0xDD,0x5A,0x37,0x4B,0xA8,0x5C,0x45,0x4C,
-		0x7D,0xCD,0xA2,0x8D,0xD2,0xBC,0x24,0x86,0xB4,0xCE,0x21,0xDD,
-		0xE6,0xBD,0x27,0x27,0x7A,0x23,0x03,0xBC,0x7C,0x38,0x9A,0x31,
-		0xED,0xFA,0xA2,0xFC,0x42,0xE0,0x36,0x9E,0x55,0x4E,0x7C,0x8E,
-		0x7A,0xAF,0xE2,0x4B,
+		0xF1,0x4A,0xCC,0xE4,0xD0,0x67,0x76,0xC7,0x26,0x25,0xE2,0x22,
+		0x4B,0x6D,0x8E,0xEB,0x4D,0x24,0xE3,0x7C,0xCE,0x07,0x87,0x24,
+		0x52,0x2D,0xCA,0x42,0x6E,0xF1,0xCB,0xB3,0x27,0xE1,0x0D,0xA4,
+		0xA5,0x8F,0x16,0xD2,0x21,0x96,0xDF,0x3E,0x54,0x7C,0xFA,0xCB,
+		0x1B,0x20,0x3D,0x59,0x1D,0x1F,0x9F,0xA2,0xAA,0x17,0xB1,0x3D,
+		0x67,0xA6,0x2D,0x6B,
 		};
 		};
 	static unsigned char dh512_g[]={
 	static unsigned char dh512_g[]={
 		0x02,
 		0x02,