From owner-cvs-all@FreeBSD.ORG Sat Feb 5 08:37:06 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DE7B106566B; Sat, 5 Feb 2011 08:37:06 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56C7D8FC12; Sat, 5 Feb 2011 08:37:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p158b6ul048985; Sat, 5 Feb 2011 08:37:06 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p158b6kA048984; Sat, 5 Feb 2011 08:37:06 GMT (envelope-from remko) Message-Id: <201102050837.p158b6kA048984@repoman.freebsd.org> From: Remko Lodder Date: Sat, 5 Feb 2011 08:37:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/portaudit Makefile ports/ports-mgmt/portaudit/files portaudit-cmd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 08:37:06 -0000 remko 2011-02-05 08:37:06 UTC FreeBSD ports repository (src,doc committer) Modified files: ports-mgmt/portaudit Makefile ports-mgmt/portaudit/files portaudit-cmd.sh Log: Add some improvements via Doug: This patch changes the order in which the conf file is read vs. when the default variable assignments are made in order to provide the ability to override them in the conf file. It also adds the ability to include a conf file in the same directory as the script. The patch also changes some of the = assignments to := where having a null setting by mistake would be fatal. The use case for these changes is the ability to "package" all of the elements together in one place for use on multiple systems that can all mount the same central location. PR: 154518 Submitted by: dougb Hat: secteam Feature safe: yes Revision Changes Path 1.29 +1 -1 ports/ports-mgmt/portaudit/Makefile 1.19 +13 -9 ports/ports-mgmt/portaudit/files/portaudit-cmd.sh