mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
22d6bb1a6a
PR: 202367 Submitted by: Justin Coffman <coffmanjk@gmail.com> Approved by: maintainer timeout (amutu@amutu.com, >10 months)
15 lines
455 B
Plaintext
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
|
|
|
|
======================================================================
|