[Nagios-devel] configure.in patch

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] configure.in patch

Post by Guest »

Here's a patch to the configure.in off of HEAD to fix the inconsistency
between the -with-option-group option printed by ./configure and the
actual variable name.
-Jason Martin

*** configure.in Thu Sep 11 16:57:51 2003
--- configure.in2 Fri Oct 24 15:58:59 2003
***************
*** 122,128 ****


AC_ARG_WITH(nagios_user,--with-nagios-user= sets user name to run
nagios,nagios_user=$withval,nagios_user=nagios)
! AC_ARG_WITH(nagios_grp,--with-nagios-group= sets group name to run
nagios,nagios_grp=$withval,nagios_grp=nagios)
AC_SUBST(nagios_user)
AC_SUBST(nagios_grp)
AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_USER,"$nagios_user")
--- 122,128 ----


AC_ARG_WITH(nagios_user,--with-nagios-user= sets user name to run
nagios,nagios_user=$withval,nagios_user=nagios)
! AC_ARG_WITH(nagios_grp,--with-nagios-grp= sets group name to run
nagios,nagios_grp=$withval,nagios_grp=nagios)
AC_SUBST(nagios_user)
AC_SUBST(nagios_grp)
AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_USER,"$nagios_user")






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked