busybox: exec `busybox ntpd` in runit script

This commit is contained in:
Roberto Ricci 2020-12-12 02:07:48 +01:00 committed by Érico Nogueira Rolim
parent e7cbfc5073
commit ad42ead131
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec ntpd -nN -p pool.ntp.org
exec busybox ntpd -nN -p pool.ntp.org

View File

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