mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +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
|
#!/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'
|
# Template file for 'busybox'
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
version=1.31.1
|
version=1.31.1
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
checkdepends="zip"
|
checkdepends="zip"
|
||||||
short_desc="Swiss Army Knife of Embedded Linux"
|
short_desc="Swiss Army Knife of Embedded Linux"
|
||||||
|
|
Loading…
Add table
Reference in a new issue