commit 802f1e893bb0bb62e6d5c9c09d04c6c0a0621381 parent a24f617e22453a8aef55ba4f717c35ab83b8d85b Author: Cem Keylan <cem@ckyln.com> Date: Tue, 16 Feb 2021 15:34:56 +0300 busybox: use install-sv Diffstat:
M | core/busybox/build | | | 6 | +----- |
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/core/busybox/build b/core/busybox/build @@ -42,11 +42,7 @@ done chmod u+s "$1/usr/bin/busybox-suid" # Install runit and sysmgr services. -for service in crond.run mdev.run ntpd.run syslogd.run acpid.run ; do - kinstall 755 "$service" "$1/etc/sv/${service%.*}/run" - kinstall 755 "$service" "$1/etc/sysmgr/${service%.*}" - ln -s /run/runit/supervise.${service%.*} "$1/etc/sv/${service%.*}/supervise" -done +DESTDIR=$1 install-sv crond.run mdev.run ntpd.run syslogd.run acpid.run # Install configurations for ntp, init, and mdev. kinstall 644 ntp.conf "$1/etc/ntp.conf"