freebsd-ports/net/nethogs/pkg-message
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

16 lines
281 B
Text

[
{ type: install
message: <<EOM
In order for nethogs to work properly add the following entry to
/etc/fstab:
proc /proc procfs rw,noauto 0 0
noauto prevents /proc from being automatically mounted at boot.
To mount the file system without rebooting:
# mount /proc
EOM
}
]