isc-dhcp: make indent consistent in config

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
Philip Prindeville 2023-02-26 17:38:36 -07:00
parent a2c84138e1
commit 5a0f41556f
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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 <<EOF
zone $mynet.in-addr.arpa. {
primary 127.0.0.1;
key $session_key_name;
primary 127.0.0.1;
key $session_key_name;
}
EOF