[Nagios-devel] Re: 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] Re: configure.in patch

Post by Guest »

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>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.

My concern is that when the user invokes ./configure as the ./configure
- --help output directs, it doesn't work:

"--with-nagios-group= sets group name to run nagios"

/home/jhmartin/nagios-cvs# ./configure --with-nagios-group=users
- --with-command-user=apache --with-command-grp=apache
- --prefix=/usr/local/nagios2 --with-cgiurl=/nagios2/cgi-bin
- --with-htmurl=/nagios2

General Options:
-------------------------
Nagios executable: nagios
Nagios user/group: nagios,nagios
Command user/group: apache,apache


As opposed too:
/home/jhmartin/nagios-cvs# ./configure --with-nagios-grp=users
- --with-command-user=apache --with-command-grp=apache
- --prefix=/usr/local/nagios2 --with-cgiurl=/nagios2/cgi-bin
- --with-htmurl=/nagios2


General Options:
-------------------------
Nagios executable: nagios
Nagios user/group: nagios,users
Command user/group: apache,apache

Thanks,
- -Jason Martin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.3 (GNU/Linux)
Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/

iD8DBQE/mdG9l2ODWuqVSBMRAvy5AKCVLiGhAeh+vUzfvFpZD/6wt8RvuQCgj2nl
CEo1Gdyl/yx4aaKiFTaDm4k=
=Vx32
-----END PGP SIGNATURE-----





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