aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-05-19 17:13:29 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-05-19 17:13:29 +0000
commit3d3ab2468e2839c482161d2a2dc4a6c8406f7018 (patch)
tree21a5fba9ab4c48696540b5f0d53477946656fb6f /astro
parent1944908b44d7c9e72e96566a1770bd11b57e666a (diff)
downloadports-3d3ab2468e2839c482161d2a2dc4a6c8406f7018.tar.gz
ports-3d3ab2468e2839c482161d2a2dc4a6c8406f7018.zip
astro/google-earth: Add pkg-message to let users know linprocfs should be
mounted Reported by: tijl Approved by: swills (mentor, implicit)
Notes
Notes: svn path=/head/; revision=441253
Diffstat (limited to 'astro')
-rw-r--r--astro/google-earth/pkg-message6
1 files changed, 6 insertions, 0 deletions
diff --git a/astro/google-earth/pkg-message b/astro/google-earth/pkg-message
new file mode 100644
index 000000000000..d3b5356fe51a
--- /dev/null
+++ b/astro/google-earth/pkg-message
@@ -0,0 +1,6 @@
+Google Earth needs linprocfs mounted on /compat/linux/proc. Add the
+following line to /etc/fstab:
+
+linprocfs /compat/linux/proc linprocfs rw 0 0
+
+Then run "mount /compat/linux/proc".