diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-17 14:36:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-17 14:36:19 +0300 |
commit | c8229a18fdc53b494ffd2843d9966a2c17ec6bf9 (patch) | |
tree | 3e618e32cdd812289423aeeefed8bf59f827b06e /core/busybox/build | |
parent | e32e8b0eda475029848104854cd8d10688fc07ec (diff) | |
download | repository-c8229a18fdc53b494ffd2843d9966a2c17ec6bf9.tar.gz |
busybox: add back acpid, show usage information on busybox-suid
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-x | core/busybox/build | 2 |
1 files changed, 2 insertions, 0 deletions
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" |