configure.in patch

Ethan Galstad nagios at nagios.org
Sat Oct 25 01:51:19 CEST 2003


I'm not really concerned about the variable name, since the user 
doesn't see it.  I use --with-nagios-group to make the configure 
option consistent with that found in the plugin distribution.


On 24 Oct 2003 at 16:02, Jason Martin wrote:

> 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=<user> sets user name to
>   run 
> nagios,nagios_user=$withval,nagios_user=nagios)
> ! AC_ARG_WITH(nagios_grp,--with-nagios-group=<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")
> --- 122,128 ----
> 
> 
>   AC_ARG_WITH(nagios_user,--with-nagios-user=<user> sets user name to
>   run 
> nagios,nagios_user=$withval,nagios_user=nagios)
> ! AC_ARG_WITH(nagios_grp,--with-nagios-grp=<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 SF.net email is sponsored by: The SF.net Donation Program.
> Do you like what SourceForge.net is doing for the Open
> Source Community?  Make a contribution, and help us add new
> features and functionality. Click here: http://sourceforge.net/donate/
> _______________________________________________ Nagios-devel mailing
> list Nagios-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-devel
> 



Ethan Galstad,
Nagios Developer
---
Email: nagios at nagios.org
Website: http://www.nagios.org



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/




More information about the Developers mailing list