From ad42ead131a4116f36456c5dafe7de69e5c93604 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Sat, 12 Dec 2020 02:07:48 +0100 Subject: [PATCH] busybox: exec `busybox ntpd` in runit script --- srcpkgs/busybox/files/busybox-ntpd/run | 2 +- srcpkgs/busybox/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/busybox/files/busybox-ntpd/run b/srcpkgs/busybox/files/busybox-ntpd/run index e2c8b32431f..617b67f574b 100755 --- a/srcpkgs/busybox/files/busybox-ntpd/run +++ b/srcpkgs/busybox/files/busybox-ntpd/run @@ -1,2 +1,2 @@ #!/bin/sh -exec ntpd -nN -p pool.ntp.org +exec busybox ntpd -nN -p pool.ntp.org diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 9dc90e4daf1..35e589aced4 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -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"