mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
e2024367aa
It will help you to manage wine prefixes and installed applications. General features: - Exports QT color theme into wine colors settings - Works with different wine versions at same time - Creates, deletes and manages prefixes (WINEPREFIX) - Easy controlling wine process - Autostart icons support - Easy CD image usage - Supports extraction of icons from PE files (.exe, .dll) - Easy backup and restore for managed prefixes - Winetricks support - More WWW: http://api.qt-apps.org/content/show.php?content=85751 PR: 131416 Submitted by: "Sergey V. Dyatko" <sergey dot dyatko at gmail dot com>
15 lines
604 B
Plaintext
15 lines
604 B
Plaintext
################################################################################
|
|
|
|
This programm will attempt to obtain some system information by accessing files
|
|
in procfs. You must mount procfs 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#
|
|
proc /proc procfs rw 0 0
|
|
|
|
and then, as root, executing the command:
|
|
|
|
mount /proc
|
|
|
|
################################################################################
|