1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/RStudio/pkg-message
Yuri Victorovich 3fb0a46958 devel/RStudio: Add safeguards agaist running without /proc mounted
Port changes:
* Add check that /proc is mounted that fails when it is not
* Add pkg-message warning users about the need to have /proc mounted
* Fix typo in passing arguments in the shell script bin/rstudio

Reported by:	Kostas Oikonomou <ko@research.att.com> (user)
2018-04-23 05:50:26 +00:00

12 lines
405 B
Plaintext

======================================================================
You installed RStudio: Integrated development environment (IDE) for R.
Please note that RStudio 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
======================================================================