freebsd-ports/math/lean/pkg-message
Yuri Victorovich bf6ba7f6df math/lean: Add pkg-message with warning about /proc being required to be mounted
Reported by:	BRANDON BOCANEGRA <kakuhen@g.ucla.edu>
2021-03-28 05:01:13 +00:00

16 lines
273 B
Text

[
{ type: install
message: <<EOM
You installed lean: The Theorem Prover.
Please note that lean requires /proc to be mounted.
The usual way to do this is to add this line to /etc/fstab:
proc /proc procfs rw 0 0
and then run this command as root:
# mount /proc
EOM
}
]