isc-dhcp: make indent consistent in config
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
parent
a2c84138e1
commit
5a0f41556f
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=isc-dhcp
|
PKG_NAME:=isc-dhcp
|
||||||
UPSTREAM_NAME:=dhcp
|
UPSTREAM_NAME:=dhcp
|
||||||
PKG_VERSION:=4.4.3
|
PKG_VERSION:=4.4.3
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=7
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
|
@ -512,8 +512,8 @@ update-optimization off;
|
||||||
include "$session_key_file";
|
include "$session_key_file";
|
||||||
|
|
||||||
zone $domain. {
|
zone $domain. {
|
||||||
primary 127.0.0.1;
|
primary 127.0.0.1;
|
||||||
key $session_key_name;
|
key $session_key_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
@ -522,8 +522,8 @@ EOF
|
||||||
mynet="$(rev_str "$mynet" ".")"
|
mynet="$(rev_str "$mynet" ".")"
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
zone $mynet.in-addr.arpa. {
|
zone $mynet.in-addr.arpa. {
|
||||||
primary 127.0.0.1;
|
primary 127.0.0.1;
|
||||||
key $session_key_name;
|
key $session_key_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue