openssh: add /usr/local/bin,sbin to default PATH.
Most Linux distros do this, and there are cases where our profile isn't applied in all cases. Closes #43338.
This commit is contained in:
parent
9b4f082e67
commit
3b9cc95ac4
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=9.3p1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/usr/share/openssh
|
||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||
--with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth
|
||||
--disable-strip --with-privsep-path=/var/chroot/ssh
|
||||
--with-default-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
--with-pid-dir=/run --with-pam
|
||||
--with-libedit --with-Werror
|
||||
$(vopt_if ldns --with-ldns=$XBPS_CROSS_BASE/usr)
|
||||
|
|
Loading…
Add table
Reference in a new issue