busybox: fix validation in sysntpd init script
authorLuka Perkov <luka@openwrt.org>
Mon, 30 Jun 2014 10:11:18 +0000 (10:11 +0000)
committerLuka Perkov <luka@openwrt.org>
Mon, 30 Jun 2014 10:11:18 +0000 (10:11 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41415

package/utils/busybox/files/sysntpd

index 417addfb1ca5c0235b8554de1a4368a1385d7964..1878c3f59472306a2c5decd5c1243a6201d13908 100755 (executable)
@@ -9,6 +9,7 @@ PROG=/usr/sbin/ntpd
 validate_ntp_section() {
        uci_validate_section system timeserver "${1}" \
                'server:list(host)' 'enabled:bool:1' 'enable_server:bool:0'
+       return $?
 }
 
 start_service() {