busybox: exec `busybox ntpd` in runit script
This commit is contained in:
parent
e7cbfc5073
commit
ad42ead131
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec ntpd -nN -p pool.ntp.org
|
||||
exec busybox ntpd -nN -p pool.ntp.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'busybox'
|
||||
pkgname=busybox
|
||||
version=1.31.1
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="perl"
|
||||
checkdepends="zip"
|
||||
short_desc="Swiss Army Knife of Embedded Linux"
|
||||
|
|
Loading…
Reference in New Issue