Browse Source

busybox: do not abort sysntpd init if enable_server is unset, that variable just controls the server part for relaying NTP

SVN-Revision: 38936
Jo-Philipp Wich 12 years ago
parent
commit
1527f96ca6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/utils/busybox/files/sysntpd

+ 1 - 1
package/utils/busybox/files/sysntpd

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