From 2fbec0a01ffb096a419600f1c09f8f19a8ce0ae9 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 3 May 2010 21:02:20 +0000 Subject: Prefer using base system binaries. Reported by: Paul Hoffman With hat: secteam --- ports-mgmt/portaudit/Makefile | 2 +- ports-mgmt/portaudit/files/portaudit-cmd.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'ports-mgmt/portaudit') diff --git a/ports-mgmt/portaudit/Makefile b/ports-mgmt/portaudit/Makefile index 9e9cd5d5a713..62acf3903c78 100644 --- a/ports-mgmt/portaudit/Makefile +++ b/ports-mgmt/portaudit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portaudit -PORTVERSION= 0.5.14 +PORTVERSION= 0.5.15 CATEGORIES= ports-mgmt security DISTFILES= diff --git a/ports-mgmt/portaudit/files/portaudit-cmd.sh b/ports-mgmt/portaudit/files/portaudit-cmd.sh index 4f1c5ccf73f0..bbc8ada76efd 100644 --- a/ports-mgmt/portaudit/files/portaudit-cmd.sh +++ b/ports-mgmt/portaudit/files/portaudit-cmd.sh @@ -335,6 +335,9 @@ fetch_auditfile() return $rc } +# Search base system utilities first +export PATH=/sbin:/bin:/usr/sbin:/usr/bin:${PATH} + portaudit_confs opt_audit=false -- cgit v1.2.3