aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-05-03 21:02:20 +0000
committerXin LI <delphij@FreeBSD.org>2010-05-03 21:02:20 +0000
commit2fbec0a01ffb096a419600f1c09f8f19a8ce0ae9 (patch)
tree7562e7582abd9b6196713ac2f66ae10468202294 /ports-mgmt
parentd56acaf17943a5ea2eefbcd96691d6b7246003b8 (diff)
downloadports-2fbec0a01ffb096a419600f1c09f8f19a8ce0ae9.tar.gz
ports-2fbec0a01ffb096a419600f1c09f8f19a8ce0ae9.zip
Prefer using base system binaries.
Reported by: Paul Hoffman <phoffman proper com> With hat: secteam
Notes
Notes: svn path=/head/; revision=253635
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portaudit/Makefile2
-rw-r--r--ports-mgmt/portaudit/files/portaudit-cmd.sh3
2 files changed, 4 insertions, 1 deletions
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