From 192b0f16461bd59c8459322420fa0b4c515f5d75 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Wed, 5 Dec 2018 23:57:25 -0500 Subject: [PATCH] nut: Fix a typo in setting a driver parameter synchronous would not get set due to typo. Fixed. Signed-off-by: Daniel F. Dickinson --- net/nut/Makefile | 2 +- net/nut/files/nut-server.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nut/Makefile b/net/nut/Makefile index d35f713ad..db0897926 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -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/ diff --git a/net/nut/files/nut-server.init b/net/nut/files/nut-server.init index 437108e49..201a3ba85 100755 --- a/net/nut/files/nut-server.init +++ b/net/nut/files/nut-server.init @@ -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"