Revert "busybox: no alias to /etc/sv/ntpd."
This reverts commit 5e0409afbe
.
xtraeme explained that it's a bad idea due to various base packages.
This commit is contained in:
parent
18a57d3530
commit
efab7ba737
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'busybox'.
|
# Build template for 'busybox'.
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
version=1.24.2
|
version=1.24.2
|
||||||
revision=2
|
revision=4
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -15,6 +15,7 @@ alternatives="
|
||||||
hostname:hostname:/usr/bin/busybox
|
hostname:hostname:/usr/bin/busybox
|
||||||
sh:sh:/usr/bin/busybox
|
sh:sh:/usr/bin/busybox
|
||||||
ntpd:ntpd:/usr/bin/busybox
|
ntpd:ntpd:/usr/bin/busybox
|
||||||
|
ntpd:ntpd:/etc/sv/busybox-ntpd
|
||||||
vi:vi:/usr/bin/busybox"
|
vi:vi:/usr/bin/busybox"
|
||||||
|
|
||||||
_cflags() {
|
_cflags() {
|
||||||
|
|
Loading…
Reference in a new issue