From owner-svn-ports-head@FreeBSD.ORG Fri Dec 27 12:00:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E42B8303; Fri, 27 Dec 2013 12:00:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0A3419E7; Fri, 27 Dec 2013 12:00:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBRC02pf011687; Fri, 27 Dec 2013 12:00:02 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBRC02wH011686; Fri, 27 Dec 2013 12:00:02 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201312271200.rBRC02wH011686@svn.freebsd.org> From: Dmitry Sivachenko Date: Fri, 27 Dec 2013 12:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337718 - head/net-mgmt/nagios/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 12:00:03 -0000 Author: demon Date: Fri Dec 27 12:00:02 2013 New Revision: 337718 URL: http://svnweb.freebsd.org/changeset/ports/337718 Log: Fix tac.cgi location for people with redefined $cgi_base_url in config.inc.php. Submitted by: mat Modified: head/net-mgmt/nagios/files/patch-html-index.php Modified: head/net-mgmt/nagios/files/patch-html-index.php ============================================================================== --- head/net-mgmt/nagios/files/patch-html-index.php Fri Dec 27 11:53:55 2013 (r337717) +++ head/net-mgmt/nagios/files/patch-html-index.php Fri Dec 27 12:00:02 2013 (r337718) @@ -1,11 +1,19 @@ --- html/index.php.orig 2013-08-30 21:46:14.000000000 +0400 -+++ html/index.php 2013-12-27 11:53:31.000000000 +0400 -@@ -43,7 +43,7 @@ ++++ html/index.php 2013-12-27 15:56:06.000000000 +0400 +@@ -8,6 +8,7 @@ + + + - -+ ++/tac.cgi" name="main" frameborder="0"> <!-- This page requires a web browser which supports frames. -->