|
NAMElcdproc - system status information clientSYNOPSISlcdproc [-hfv] [-c config] [-s host] [-p port] [-e delay] [screen ...]DESCRIPTIONlcdproc is the client in the LCDproc suite that displays information about the local system's status on an LCD that is connected to an LCDd server daemon.Due to the client-server architecture it does not matter whether the LCDd daemon runs on the local machine or on a remote system. Most settings of lcdproc are configured through its configuration file /usr/local/etc/lcdproc.conf, some of them can be overridden using command line options. Before running lcdproc you should carefully read through that file and modify the settings therein according to your needs. When compiled appropriately, some aspects of lcdproc can even configured at run time using a menu on the LCD. Currently, only Linux, the BSD variants FreeBSD, NetBSD, OpenBSD and Darwin as well as Solaris are supported, but not all features may be available on all platforms. OPTIONSlcdproc understands these command line options:
On the command line you may either use the short or the long screen name. In the config file, the long names are used as section labels to configure the screens further. You may also prefix the screen names with an exclamation mark '!' to disable a screen that was activated in the config file instead of activating a disabled one. EXAMPLESlcdproc C M D '!L'
With the command line specified above, lcdproc loads the default configuration file, connects to the LCDd server specified therein and then displays the following screens in addition to those activated in the configuration file on the LCD:
The
screen is disabled and therefore not shown in the display. (The quotes are not part of lcdproc's command line syntax; they are required to disable special interpretation of the exclamation mark by the shell). FILES/usr/local/etc/lcdproc.conf, lcdproc's default configuration fileSEE ALSOLCDd(8), lcdproc-config(5)AUTHORMany people have contributed to LCDproc. See the CREDITS file for more details.All questions should be sent to the lcdproc mailing list. The mailing list, and the newest version of LCDproc, should be available from here: http://www.lcdproc.org/ LEGAL STUFFLCDproc is released as "WorksForMe-Ware". In other words, it is free, kinda neat, and we don't guarantee that it will do anything in particular on any machine except the ones it was developed on.It is technically released under the GNU GPL license (you should have received the file, "COPYING", with LCDproc) (also, look on http://www.fsf.org/ for more information), so you can distribute and use it for free -- but you must make the source code freely available to anyone who wants it. For any sort of real legal information, read the GNU GPL (GNU General Public License). It's worth reading.
Visit the GSP FreeBSD Man Page Interface. |