mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
c97b5b3ca3
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename.
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
===============================================================================
|
|
|
|
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
|
|
|
|
===============================================================================
|