summaryrefslogtreecommitdiffstats
path: root/devel/libgtop/files/pkg-message
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-24 14:09:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-24 14:09:32 +0800
commit80b0c70a3b839fdd23be25181a1f142a4e0e1e03 (patch)
treeb57191f299fd72514b6871579c1820b4baf917c0 /devel/libgtop/files/pkg-message
parent9f0941504369e6c77c2d65ed4db082f27c9e52ee (diff)
downloadmarcuscom-ports-80b0c70a3b839fdd23be25181a1f142a4e0e1e03.tar
marcuscom-ports-80b0c70a3b839fdd23be25181a1f142a4e0e1e03.tar.gz
marcuscom-ports-80b0c70a3b839fdd23be25181a1f142a4e0e1e03.tar.bz2
marcuscom-ports-80b0c70a3b839fdd23be25181a1f142a4e0e1e03.tar.lz
marcuscom-ports-80b0c70a3b839fdd23be25181a1f142a4e0e1e03.tar.xz
marcuscom-ports-80b0c70a3b839fdd23be25181a1f142a4e0e1e03.tar.zst
marcuscom-ports-80b0c70a3b839fdd23be25181a1f142a4e0e1e03.zip
Add a snapshot of libgtop-2.14.5 with the cleaned up freebsd backend.
The code still requires a bit more polishing, but a lot of bugs have been fixed, and gnome-system-monitor is now believed to be working much better (with the notable exception of lsof support being missing). Hackers are encouraged to help out by submitting patches against the libgtop module in MarcusCom CVS. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8117 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop/files/pkg-message')
-rw-r--r--devel/libgtop/files/pkg-message13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libgtop/files/pkg-message b/devel/libgtop/files/pkg-message
new file mode 100644
index 000000000..dacaf62a9
--- /dev/null
+++ b/devel/libgtop/files/pkg-message
@@ -0,0 +1,13 @@
+===============================================================================
+
+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
+
+===============================================================================