mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
d7e95f5388
- Add LICENSE (GPLv2) - Install docs - Fix NLS option - Rework pkg-descr to be more verbose - Give an example for linprocfs in pkg-message - Pass maintainership to submitter PR: ports/179796 Submitted by: nemysis <nemysis@gmx.ch>
15 lines
625 B
Plaintext
15 lines
625 B
Plaintext
################################################################################
|
|
|
|
This program will attempt to obtain some system information by accessing files
|
|
in linprocfs. You must mount linprocfs filesystem for this to work correctly.
|
|
This can be accomplished by adding the following line to your /etc/fstab file:
|
|
|
|
# Device Mountpoint FStype Options Dump Pass
|
|
linprocfs /compat/linux/proc linprocfs rw 0 0
|
|
|
|
and then, as root, executing the command:
|
|
|
|
mount linprocfs
|
|
|
|
################################################################################
|