From: Philip Prindeville Date: Mon, 27 Feb 2023 00:38:36 +0000 (-0700) Subject: isc-dhcp: make indent consistent in config X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5a0f41556fdf38abcd8cf7a60dc21c81fa5bc02b;p=feed%2Fpackages.git isc-dhcp: make indent consistent in config Signed-off-by: Philip Prindeville --- diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 2c6dd442be..e13c8c8a05 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=isc-dhcp UPSTREAM_NAME:=dhcp PKG_VERSION:=4.4.3 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE diff --git a/net/isc-dhcp/files/dhcpd.init b/net/isc-dhcp/files/dhcpd.init index 069cb8b6b0..76fa34ae66 100755 --- a/net/isc-dhcp/files/dhcpd.init +++ b/net/isc-dhcp/files/dhcpd.init @@ -512,8 +512,8 @@ update-optimization off; include "$session_key_file"; zone $domain. { - primary 127.0.0.1; - key $session_key_name; + primary 127.0.0.1; + key $session_key_name; } EOF @@ -522,8 +522,8 @@ EOF mynet="$(rev_str "$mynet" ".")" cat <