Skip to content

Commit

Permalink
busybox: Remove acpid
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 12, 2020
1 parent c17c092 commit ca1baa3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
2 changes: 0 additions & 2 deletions core/busybox/build
Expand Up @@ -32,9 +32,7 @@ done
chmod u+s "$1/usr/bin/busybox-suid"

# Install runit services.
install -Dm755 acpid.run "$1/etc/sv/acpid/run"
install -Dm755 crond.run "$1/etc/sv/crond/run"
install -Dm755 syslogd.run "$1/etc/sv/syslogd/run"
ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"
ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise"
ln -s /run/runit/supervise.syslogd "$1/etc/sv/syslogd/supervise"
3 changes: 1 addition & 2 deletions core/busybox/checksums
@@ -1,6 +1,5 @@
d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998 busybox-1.31.1.tar.bz2
0993b0ed8ad0fe2e32b8cb7d298778b407df0e280948a71ee2da91a1821f1c59 .config
cc63bbb98f4e113c4e518bdb81671e34dbb30623104ad95cdc0f71b847fb505c .config
da3ef90a65abcbd112fa98a00799745d88d568cde290e049a5380dfc74de620a .config-suid
76978b2b69361d47b3bb314a8a320ca274b2af7339c571be1a19f0e1d8c4da6a acpid.run
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run
4 changes: 2 additions & 2 deletions core/busybox/files/.config
Expand Up @@ -584,8 +584,8 @@ CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
#
# Linux System Utilities
#
CONFIG_ACPID=y
CONFIG_FEATURE_ACPID_COMPAT=y
# CONFIG_ACPID is not set
# CONFIG_FEATURE_ACPID_COMPAT is not set
# CONFIG_BLKDISCARD is not set
# CONFIG_BLKID is not set
# CONFIG_FEATURE_BLKID_TYPE is not set
Expand Down
3 changes: 0 additions & 3 deletions core/busybox/files/acpid.run

This file was deleted.

1 change: 0 additions & 1 deletion core/busybox/sources
@@ -1,6 +1,5 @@
https://busybox.net/downloads/busybox-1.31.1.tar.bz2
files/.config
files/.config-suid
files/acpid.run
files/crond.run
files/syslogd.run
2 changes: 1 addition & 1 deletion core/busybox/version
@@ -1 +1 @@
1.31.1 0
1.31.1 1

0 comments on commit ca1baa3

Please sign in to comment.