opnsense-ports/databases/proxysql/pkg-message
Franco Fichtner 2ab4e46641 */*: sync with upstream
Taken from: FreeBSD
2024-09-24 12:11:30 +02:00

15 lines
315 B
Text

[
{ type: install
message: <<EOM
proxysql requires fdescfs mounted.
If you have not yet enabled it, please do the following:
mount -t fdescfs fdesc /dev/fd
To make this change persist through reboots, you must edit /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
EOM
}
]