- Update to version 2.7.1: For more see NEWS and UPGRADING in /usr/share/doc/packages/nut. Potentially incompatible changes: * First release after the transition from Subversion to Git. * The linkman:apcsmart[8] driver has been replaced by a new implementation. There is a new parameter, 'ttymode'. In case of issues with this new version, users can revert to apcsmart-old. * The linkman:nutdrv_qx[8] driver will eventually supersede blazer_ser and blazer_usb. Options are not exactly the same, but are documented in the nutdrv_qx man page. * Mozilla NSS support has been added. * linkman:upsrw[8] now prints out the maximum size of variables. Other changes: * Added a new driver, nutdrv_qx, for Megatec/Qx devices. This driver will eventually replace the blazer_ser and blazer_usb drivers. In particular, it adds support for Voltronic Power devices. * Increased USB_TIMEOUT to standards-compliant 5.000 seconds in most drivers. This should reduce the number of timeouts on low-speed USB 1.1 devices. * Added many devices to the HCL. Of particular note are many Tripp Lite USB HID PDC models which were tested against NUT by Tripp Lite. * Reworked some visual elements of the HCL. * Also increased timeouts and added redundant commands to improve reliability of mge-utalk driver. * Added the apcupsd-ups driver to interoperate with apcupsd installations. * Added documentation on creating subdrivers for snmp-ups and nutdrv_qx. * Added new drivers for the Riello UPS product line (riello_ser/riello_usb). * Many improvements to the BCM/XCP. * Added a few variables to the Powercom HID mappings. * Updated the apcsmart driver, and renamed the previous driver to apcsmart-old. * Fixed the battery percentage calculation in the bestfcom driver. * libnutclient has been added as a C++ alternative to libupsclient. * Fix shutdown of Eaton HID, using usbhid-ups and mge-shut * usbhid-ups: final fix for APC Back UPS ES. * nut-scanner: fix crash * IPMI support can handle more different versions of FreeIPMI * Support power supplies scan over the network nut-scanner can now scan for power supplies with IPMI over LAN. This is currently limited to IPMI 1.5 only * Improve systemd integration * snmp-ups: Fixed a crash on outlet management, and added delta_ups MIB support. Also fixed mappings for upsBypassVoltage, upsBypassCurrent, and upsBypassPower in three-phase IETF MIB. - Enable FreeIPMI. - Turn systemd integration on. - Fix README.SUSE. - nut-preconfig.patch: Fix UID recommendation. OBS-URL: https://build.opensuse.org/request/show/221361 OBS-URL: https://build.opensuse.org/package/show/hardware/nut?expand=0&rev=39
17 lines
626 B
Plaintext
17 lines
626 B
Plaintext
#!/bin/false
|
|
# This is a dummy init script for YaST runlevel editor
|
|
# https://bugzilla.novell.com/show_bug.cgi?id=801542
|
|
#
|
|
### BEGIN INIT INFO
|
|
# Provides: nut-monitor
|
|
# Required-Start: $network $syslog $remote_fs nut-server
|
|
# Should-Start: $time ypbind sendmail
|
|
# Required-Stop: $network $syslog $remote_fs nut-server
|
|
# Should-Stop: $time ypbind sendmail
|
|
# Default-Start: 3 5
|
|
# Default-Stop: 0 1 2 6
|
|
# Short-Description: Network UPS Tools - power device monitor and shutdown controller
|
|
# Description: Network UPS Tools provides remote or local
|
|
# monitoring of UPS.
|
|
### END INIT INFO
|