From c8229a18fdc53b494ffd2843d9966a2c17ec6bf9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 Feb 2020 14:36:19 +0300 Subject: busybox: add back acpid, show usage information on busybox-suid --- core/busybox/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/busybox/build') diff --git a/core/busybox/build b/core/busybox/build index 989ef9d7..df55d5cb 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -35,9 +35,11 @@ chmod u+s "$1/usr/bin/busybox-suid" install -Dm755 crond.run "$1/etc/sv/crond/run" install -Dm755 ntpd.run "$1/etc/sv/ntpd/run" install -Dm755 syslogd.run "$1/etc/sv/syslogd/run" +install -Dm755 acpid.run "$1/etc/sv/acpid/run" ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise" ln -s /run/runit/supervise.ntpd "$1/etc/sv/ntpd/supervise" ln -s /run/runit/supervise.syslogd "$1/etc/sv/syslogd/supervise" +ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise" # Install ntp config install -Dm644 ntp.conf "$1/etc/ntp.conf" -- cgit v1.2.3