diff --git a/net/nut/Makefile b/net/nut/Makefile index bb3c79e17..68049b5ea 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:=19 +PKG_RELEASE:=20 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 6f0847973..a03d6b9cf 100755 --- a/net/nut/files/nut-server.init +++ b/net/nut/files/nut-server.init @@ -203,8 +203,8 @@ build_driver_config() { fi } - config_list_foreach "$cfg" other other - config_list_foreach "$cfg" other otherflag + config_list_foreach "$cfg" other other other + config_list_foreach "$cfg" otherflag other otherflag echo "" >>$UPS_C havedriver=1 }