Skip to content
Snippets Groups Projects
Commit a9cfb4b8 authored by John Crispin's avatar John Crispin
Browse files

procd: fixup 2 wrong option types


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 38789
parent 50db95e2
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ validate_section_dropbear()
'PasswordAuth:bool:1' \
'enable:bool:1' \
'Interface:string' \
'GatewayPorts:integer:0' \
'GatewayPorts:bool:0' \
'RootPasswordAuth:bool:1' \
'RootLogin:bool:1' \
'rsakeyfile:file' \
......
......@@ -8,7 +8,7 @@ PROG=/usr/sbin/ntpd
validate_ntp_section() {
uci_validate_section system timeserver "${1}" \
'server:list(string)' 'enable_server:bool:0'
'server:list(host)' 'enable_server:bool:0'
}
start_service() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment