summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-01-28 22:00:23 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-01-28 22:00:23 (GMT)
commitb9e0b2b8977f63eba0f9216f1a0bf4a35863f2c0 (patch)
treee11093126e66db1f1fc89ccb3e62438826a94e23
parentfd329a1e91cccc8845923af572890ac42b76afc1 (diff)
downloadmonitoring-plugins-b9e0b2b8977f63eba0f9216f1a0bf4a35863f2c0.tar.gz
Remove description of deprecated ./configure --with-nagios-{user,group}
options. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1591 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--INSTALLING8
1 files changed, 2 insertions, 6 deletions
diff --git a/INSTALLING b/INSTALLING
index 0e9c837..019feb4 100644
--- a/INSTALLING
+++ b/INSTALLING
@@ -10,15 +10,11 @@ Nagios Plugins Quick-and-Dirty Installation Instructions
10 tools/setup 10 tools/setup
11 11
121) Run the configure script to initialize variables and create a Makefile, etc. 121) Run the configure script to initialize variables and create a Makefile, etc.
13 ./configure --prefix=BASEDIRECTORY --with-nagios-user=SOMEUSER --with-nagios-group=SOMEGROUP --with-cgiurl=SOMEURL 13 ./configure --prefix=BASEDIRECTORY --with-cgiurl=SOMEURL
14 14
15 a) Replace BASEDIRECTORY with the path of the directory under which Nagios 15 a) Replace BASEDIRECTORY with the path of the directory under which Nagios
16 is installed (default is '/usr/local/nagios') 16 is installed (default is '/usr/local/nagios')
17 b) Replace SOMEUSER with the name of a user on your system that will be 17 b) Replace CGIURL with the path used to access the Nagios CGIs with
18 assigned permissions to the installed plugins (default is 'nagios')
19 c) Replace SOMEGRP with the name of a group on your system that will be
20 assigned permissions to the installed plugins (default is 'nagios')
21 d) Replace CGIURL with the path used to access the Nagios CGIs with
22 a web browser (default is '/nagios/cgi-bin') 18 a web browser (default is '/nagios/cgi-bin')
23 19
24 20