mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #11064 from tofurky/nut_fix_other_and_otherflag
nut: fix other/otherflag custom variables in nut-server.init
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=nut
|
PKG_NAME:=nut
|
||||||
PKG_VERSION:=2.7.4
|
PKG_VERSION:=2.7.4
|
||||||
PKG_RELEASE:=19
|
PKG_RELEASE:=20
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/
|
PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/
|
||||||
|
|||||||
@@ -203,8 +203,8 @@ build_driver_config() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
config_list_foreach "$cfg" other other
|
config_list_foreach "$cfg" other other other
|
||||||
config_list_foreach "$cfg" other otherflag
|
config_list_foreach "$cfg" otherflag other otherflag
|
||||||
echo "" >>$UPS_C
|
echo "" >>$UPS_C
|
||||||
havedriver=1
|
havedriver=1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user