From 802f1e893bb0bb62e6d5c9c09d04c6c0a0621381 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 16 Feb 2021 15:34:56 +0300 Subject: busybox: use install-sv --- core/busybox/build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'core/busybox') diff --git a/core/busybox/build b/core/busybox/build index df00282d..28320a46 100755 --- 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" -- cgit v1.2.3