[30620] trunk/dports/net/nagios/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 1 09:56:35 PDT 2007


Revision: 30620
          http://trac.macosforge.org/projects/macports/changeset/30620
Author:   markd at macports.org
Date:     2007-11-01 09:56:34 -0700 (Thu, 01 Nov 2007)

Log Message:
-----------
Linted.

Modified Paths:
--------------
    trunk/dports/net/nagios/Portfile

Modified: trunk/dports/net/nagios/Portfile
===================================================================
--- trunk/dports/net/nagios/Portfile	2007-11-01 16:52:58 UTC (rev 30619)
+++ trunk/dports/net/nagios/Portfile	2007-11-01 16:56:34 UTC (rev 30620)
@@ -6,7 +6,7 @@
 version			2.9
 
 categories		net
-maintainers		markd at macports.org
+maintainers		markd
 platforms		darwin
 
 description		Nagios is a host and service monitoring program
@@ -18,7 +18,7 @@
 			other things.
 
 homepage		http://nagios.org
-					
+
 master_sites		sourceforge
 checksums		md5 b6e3a21c91edb063c00712c6001e15ec
 
@@ -82,13 +82,13 @@
 
 post-activate {
 
-ui_msg "\n   
+ui_msg "\n
 	               ************************************************************
 		  The basic steps to complete the installation are below.  But Nagios is
 		  a complex program so you should read the documentation online at
 		  http://www.nagios.org or locally at ${prefix}/share/nagios/docs/index.html
 		  to fully understand Nagios.
-		           ************************************************************                      
+		           ************************************************************
 
 IMPORTANT: A user and group called 'nagios' has been created and you must run
 	   nagios as that user.
@@ -96,7 +96,7 @@
 
 
 1) Setup Apache's httpd.conf file for Nagios (restart Apache when done)
-        
+
    Insert the \"Nagios stuff\" text block somewhere *above* your Apache cgi-bin
    ScriptAlias statement:
 
@@ -104,19 +104,19 @@
 
 #
 # Nagios stuff
- 
+
 ScriptAlias /nagios/cgi-bin/ \"${prefix}/sbin/nagios/\"
 <Directory \"${prefix}/sbin/nagios\">
  AllowOverride None
     Options ExecCGI
-    Order allow,deny 
+    Order allow,deny
     Allow from all
     AuthName \"Nagios Access\"
     AuthType Basic
     AuthUserFile ${prefix}/etc/nagios/htpasswd.users
     require valid-user
 </Directory>
- 
+
 Alias /nagios \"${prefix}/share/nagios\"
 <Directory \"${prefix}/share/nagios\">
     Options None
@@ -124,7 +124,7 @@
     Order allow,deny
     Allow from all
 </Directory>
- 
+
 # End Nagios stuff
 #
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071101/91da0f4b/attachment.html


More information about the macports-changes mailing list