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:
parent
47480336de
commit
655f2eb770
@ -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() {
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user