busybox: do not abort sysntpd init if enable_server is unset, that variable just...
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 28 Nov 2013 11:28:40 +0000 (11:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 28 Nov 2013 11:28:40 +0000 (11:28 +0000)
SVN-Revision: 38936

package/utils/busybox/files/sysntpd

index 6475e04d22ff1645a9009acee0ad9640a2f5bb02..add7762c7ff8c62337544201f1344a6273971b47 100755 (executable)
@@ -19,7 +19,7 @@ start_service() {
                return 1
        }
 
-       [ $enable_server -eq 0 -a -z "$server" ] && return
+       [ -z "$server" ] && return
 
        procd_open_instance
        procd_set_param command "$PROG" -n