Files
ports/comms/lcdproc/pkg
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
..
2022-11-08 11:14:43 +00:00

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Typical Usage
=============

 * Edit ${SYSCONFDIR}/LCDd.conf:
   You will need to choose a driver and review your driver options.

 * Start LCDd:
   # ${RCDIR}/lcdd start

 * Review ${SYSCONFDIR}/lcdproc.conf

 * Start the lcdproc client:
   # ${RCDIR}/lcdproc start

Your LCD display should now be displaying system statistics.

The default config file shipped with the OpenBSD package will log any
errors to syslog.

Using the Curses Output
=======================

LCDproc provides a curses output driver which is useful for testing.
When using this driver, you should *not* run LCDd using the bundled rc
script.

Instead, choose the "curses" driver in ${SYSCONFDIR}/LCDd.conf and run:
   LCDd -f

Miscellaneous Notes
===================

 * Network statistics are not yet supported on OpenBSD.