diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
| commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
| tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /devel/libgtop | |
| parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) | |
Convert to UCL & cleanup pkg-message (categories d)
Diffstat (limited to 'devel/libgtop')
| -rw-r--r-- | devel/libgtop/files/pkg-message | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/libgtop/files/pkg-message b/devel/libgtop/files/pkg-message index dacaf62a9c39..0c0d2efec8a9 100644 --- a/devel/libgtop/files/pkg-message +++ b/devel/libgtop/files/pkg-message @@ -1,5 +1,6 @@ -=============================================================================== - +[ +{ type: install + message: <<EOM In order to use the File System read/write monitor, you must chmod /dev/devstat so that all users can open it read-only. For example: @@ -9,5 +10,6 @@ In order for this to persist across reboots, add the following to /etc/devfs.conf: perm devstat 0444 - -=============================================================================== +EOM +} +] |
