mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
busybox: exec busybox ntpd
in runit script
This commit is contained in:
parent
e7cbfc5073
commit
ad42ead131
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue