Add /usr/local/bin and /usr/local/sbin to PATH, needed

if third-party software needs to use utilities outside
of the base system during post-install stages (indexinfo
is one culprit).

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-10-09 03:20:28 +00:00
parent 47480336de
commit 655f2eb770
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
# $FreeBSD$
#
PATH="/bin:/usr/bin:/sbin:/usr/sbin"
PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
export PATH
usage_vm_base() {

View File

@ -32,7 +32,7 @@
# $FreeBSD$
#
PATH="/bin:/usr/bin:/sbin:/usr/sbin"
PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
export PATH
usage_vm_base() {