diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-06-16 22:51:22 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-06-16 22:51:22 +0000 |
commit | 22d6bb1a6ae942e9a9064d6e94acbfa5322f2750 (patch) | |
tree | 506cdbcea8735df83e065599eec6aab629b96f15 /sysutils/byobu/pkg-message | |
parent | 2daed136237e90e1c0383df58e53df53e6ebbbf0 (diff) | |
download | ports-22d6bb1a6ae942e9a9064d6e94acbfa5322f2750.tar.gz ports-22d6bb1a6ae942e9a9064d6e94acbfa5322f2750.zip |
Notes
Diffstat (limited to 'sysutils/byobu/pkg-message')
-rw-r--r-- | sysutils/byobu/pkg-message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/byobu/pkg-message b/sysutils/byobu/pkg-message new file mode 100644 index 000000000000..b63f67574096 --- /dev/null +++ b/sysutils/byobu/pkg-message @@ -0,0 +1,14 @@ +====================================================================== + +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 + +====================================================================== |