From owner-svn-ports-all@FreeBSD.ORG Thu Sep 6 18:32:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C5211065674; Thu, 6 Sep 2012 18:32:32 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 37A718FC12; Thu, 6 Sep 2012 18:32:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q86IWW1f065488; Thu, 6 Sep 2012 18:32:32 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q86IWWb1065486; Thu, 6 Sep 2012 18:32:32 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201209061832.q86IWWb1065486@svn.freebsd.org> From: Chris Rees Date: Thu, 6 Sep 2012 18:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303784 - head/sysutils/monitorix X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 18:32:32 -0000 Author: crees Date: Thu Sep 6 18:32:31 2012 New Revision: 303784 URL: http://svn.freebsd.org/changeset/ports/303784 Log: Trim a little-- perhaps a bit excessive in length; I had taken the original suggestion from the submitter a little too literally. Submitted by: Snader_LB (Freenode) Modified: head/sysutils/monitorix/pkg-descr Modified: head/sysutils/monitorix/pkg-descr ============================================================================== --- head/sysutils/monitorix/pkg-descr Thu Sep 6 17:33:48 2012 (r303783) +++ head/sysutils/monitorix/pkg-descr Thu Sep 6 18:32:31 2012 (r303784) @@ -8,15 +8,4 @@ It mainly consists mainly of two program is a Perl daemon that is started automatically like any other system service, and a CGI script called monitorix.cgi. -Every time 'monitorix' is started it reads the configuration file from the path -specified in the command line (using the -c option), and once checked, it -creates the 'index.html' file that will act as the Monitorix main page. - -It also creates a file called '$BASE_DIR/cgi-bin/monitorix.conf.path' that -includes the absolute path of the configuration file. This file will be read -by 'monitorix.cgi' to determine the exact location of the configuration file. -If for any reason it is unable to locate this file, Monitorix will try two -alternative locations: '/etc/monitorix.conf' and -'/usr/local/etc/monitorix.conf'. - WWW: http://www.monitorix.org/