Преглед на файлове

Removed the README.Solaris file. Should compile and install now.

John C. Frickson преди 9 години
родител
ревизия
36f3754dee
променени са 1 файла, в които са добавени 0 реда и са изтрити 18 реда
  1. 0 18
      README.Solaris

+ 0 - 18
README.Solaris

@@ -1,18 +0,0 @@
-Compiling on Solaris
-
-Several changes may be necessary in order to compile NRPE on Solaris.
-This information is known to apply to Solaris 10 and may apply to other 
-verisions of Solaris. This has been tested on Solaris 10 x86.
-
-There are three things that you may need to compile NRPE on Solaris:
-
-	1. Add /usr/sfw/bin to your path
-		$ PATH="$PATH:/usr/sfw/bin"
-	2. Specify the binary to be used for make-ing
-		$ MAKE=gmake ./configure
-	3. Use gmake to build the code
-		$ gmake all
-
-Thanks to Kevin Pendleton at UtahSysAdmin.com 
-(http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-on-solaris-10/)
-for the instructions on finding the SSL libraries.