mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	busybox: do not abort sysntpd init if enable_server is unset, that variable just controls the server part for relaying NTP
SVN-Revision: 38936
This commit is contained in:
		
							parent
							
								
									387761e2fc
								
							
						
					
					
						commit
						1527f96ca6
					
				@ -19,7 +19,7 @@ start_service() {
 | 
				
			|||||||
		return 1
 | 
							return 1
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	[ $enable_server -eq 0 -a -z "$server" ] && return
 | 
						[ -z "$server" ] && return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	procd_open_instance
 | 
						procd_open_instance
 | 
				
			||||||
	procd_set_param command "$PROG" -n
 | 
						procd_set_param command "$PROG" -n
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user