diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-31 04:55:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-31 04:55:55 +0800 |
commit | a92b60ba72245f9208968626e8d66341a2f29dda (patch) | |
tree | 8770e7c13fadbed06896cc14108ea104a7824a1c /devel/libgtop/files/pkg-message | |
parent | 09f0dac5635b07182a3076cb6a34d57b6805e694 (diff) | |
download | marcuscom-ports-a92b60ba72245f9208968626e8d66341a2f29dda.tar marcuscom-ports-a92b60ba72245f9208968626e8d66341a2f29dda.tar.gz marcuscom-ports-a92b60ba72245f9208968626e8d66341a2f29dda.tar.bz2 marcuscom-ports-a92b60ba72245f9208968626e8d66341a2f29dda.tar.lz marcuscom-ports-a92b60ba72245f9208968626e8d66341a2f29dda.tar.xz marcuscom-ports-a92b60ba72245f9208968626e8d66341a2f29dda.tar.zst marcuscom-ports-a92b60ba72245f9208968626e8d66341a2f29dda.zip |
Update to 2.28.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16136 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop/files/pkg-message')
-rw-r--r-- | devel/libgtop/files/pkg-message | 13 |
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 + +=============================================================================== |