opnsense-ports/net/glusterfs/pkg-message
Franco Fichtner f2d45d733c */*: sync with upstream
Taken from: HardenedBSD
2020-07-30 03:43:16 +02:00

15 lines
330 B
Text

[
{ type: install
message: <<EOM
Glusterfs needs procfs(5) mounted on /proc for some features.
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
}
]