1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/sysutils/byobu/pkg-message
Steve Wills 22d6bb1a6a sysutils/byobu: add patches to use linprocfs
PR:		202367
Submitted by:	Justin Coffman <coffmanjk@gmail.com>
Approved by:	maintainer timeout (amutu@amutu.com, >10 months)
2018-06-16 22:51:22 +00:00

15 lines
455 B
Plaintext

======================================================================
byobu requires linprocfs(5) mounted on /compat/linux/proc
If you have not done it yet, please do the following:
mkdir -p /compat/linux/proc
mount -t linprocfs linproc /compat/linux/proc
To make it permanent, you need the following line in /etc/fstab:
linproc /compat/linux/proc linprocfs rw,late 0 0
======================================================================