nut: Fix a typo in setting a driver parameter
authorDaniel F. Dickinson <redacted>
Thu, 6 Dec 2018 04:57:25 +0000 (23:57 -0500)
committerDaniel F. Dickinson <redacted>
Thu, 6 Dec 2018 05:06:53 +0000 (00:06 -0500)
synchronous would not get set due to typo.  Fixed.

Signed-off-by: Daniel F. Dickinson <redacted>
net/nut/Makefile
net/nut/files/nut-server.init

index d35f713ad2ef6885e2f3ea22d6a5c0f6aa536c51..db0897926673a3c962207d913716800ecd2a57e4 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nut
 PKG_VERSION:=2.7.4
-PKG_RELEASE:=9
+PKG_RELEASE:=10
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/
index 437108e49ddda39431cc4055ba02c10463e7beae..201a3ba85090906b16a6696810b2a934be80a5d5 100755 (executable)
@@ -210,7 +210,7 @@ build_global_driver_config() {
        get_write_driver_config "$cfg" maxretry
        get_write_driver_config "$cfg" retrydelay
        get_write_driver_config "$cfg" pollinterval
-       get_write_dirver_config "$cfg" synchronous
+       get_write_driver_config "$cfg" synchronous
        config_get runas "$cfg" user "nut"
        RUNAS="$runas"
 
git clone https://git.99rst.org/PROJECT