git: da697c91a4c2 - main - devel/libgtop: remove obsolete pkg-message

From: Piotr Smyrak <smyru_at_FreeBSD.org>
Date: Wed, 20 May 2026 14:31:43 UTC
The branch main has been updated by smyru:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da697c91a4c27f1746a429596c9d8d70b330ed62

commit da697c91a4c27f1746a429596c9d8d70b330ed62
Author:     Piotr Smyrak <smyru@FreeBSD.org>
AuthorDate: 2026-05-20 14:26:26 +0000
Commit:     Piotr Smyrak <smyru@FreeBSD.org>
CommitDate: 2026-05-20 14:31:38 +0000

    devel/libgtop: remove obsolete pkg-message
    
    The steps suggested by pkg-message are obsolete since b646225a13e0 as
    committed to base by emax@ in 2014. The change switched /dev/devstat
    default permissions to 0444, and has been in base since 11.0-RELEASE.
    
    PR:            289390
    Approved by:   maintainer timeout
    Approved by:   0mp (mentor)
    
    Reviewed by:    0mp
    Differential Revision:  https://reviews.freebsd.org/D56986
---
 devel/libgtop/files/pkg-message | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/devel/libgtop/files/pkg-message b/devel/libgtop/files/pkg-message
deleted file mode 100644
index 0c0d2efec8a9..000000000000
--- a/devel/libgtop/files/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-[
-{ 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:
-
-# chmod 0444 /dev/devstat
-
-In order for this to persist across reboots, add the following to
-/etc/devfs.conf:
-
-perm	devstat	0444
-EOM
-}
-]