openbsd-ports/sysutils/nut/pkg/MESSAGE
marcm 85dc249d41 Update to 1.4.1.
In addition to the standard bugfixes, this is a major port rewrite.
The port now uses a '_ups' user and the CGIs created can now run under
either chrooted Apache or non-chrooted Apache.
2004-02-09 06:48:48 +00:00

17 lines
526 B
Plaintext

+--------------- nut
| Using the Nut package in an OpenBSD environment:
|
| Once you have the config files under /etc/nut set up properly, the
| following block can be added to your /etc/rc.local file to start nut.
|
| # Start Nut
| if [ -x ${PREFIX}/bin/upsdrvctl ]; then
| echo -n ' nut'
| ${PREFIX}/bin/upsdrvctl start > /dev/null
| ${PREFIX}/sbin/upsd > /dev/null 2>&1
| ${PREFIX}/sbin/upsmon > /dev/null 2>&1
| fi
|
| You may also be interested in the "-i" flag to upsd, see upsd(8).
+--------------- nut