freebsd-ports/graphics/grafx2/pkg-message
2023-11-17 17:38:57 +01:00

16 lines
268 B
Text

[
{ type: install
message: <<EOM
GrafX2 requires procfs(5) mounted on /proc.
If you have not done it yet, please do the following:
mount -t procfs proc /proc
To make it permanent, you need the following lines in /etc/fstab:
proc /proc procfs rw 0 0
EOM
}
]