[Nagiosplug-checkins] nagiosplug INSTALLING,1.4,1.5

Holger Weiss hweiss at users.sourceforge.net
Sun Jan 28 23:00:25 CET 2007


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13028

Modified Files:
	INSTALLING 
Log Message:
Remove description of deprecated ./configure --with-nagios-{user,group}
options.


Index: INSTALLING
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/INSTALLING,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- INSTALLING	14 Jun 2006 19:15:03 -0000	1.4
+++ INSTALLING	28 Jan 2007 22:00:23 -0000	1.5
@@ -10,15 +10,11 @@
 	tools/setup
 
 1) Run the configure script to initialize variables and create a Makefile, etc.
-	./configure --prefix=BASEDIRECTORY --with-nagios-user=SOMEUSER --with-nagios-group=SOMEGROUP --with-cgiurl=SOMEURL
+	./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL
 
    a) Replace BASEDIRECTORY with the path of the directory under which Nagios
       is installed (default is '/usr/local/nagios')
-   b) Replace SOMEUSER with the name of a user on your system that will be
-      assigned permissions to the installed plugins (default is 'nagios')
-   c) Replace SOMEGRP with the name of a group on your system that will be
-      assigned permissions to the installed plugins (default is 'nagios')
-   d) Replace CGIURL with the path used to access the Nagios CGIs with
+   b) Replace CGIURL with the path used to access the Nagios CGIs with
       a web browser (default is '/nagios/cgi-bin')
 
 





More information about the Commits mailing list