From 269b4df501cd407cdb6e78e1cf190c90bb461f88 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 18 Jan 2020 14:25:41 +0300 Subject: busybox: remove acpid --- core/busybox/build | 2 -- core/busybox/checksums | 3 +-- core/busybox/files/.config | 6 +++--- core/busybox/files/acpid.run | 2 -- core/busybox/sources | 1 - core/busybox/version | 2 +- 6 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 core/busybox/files/acpid.run (limited to 'core') diff --git a/core/busybox/build b/core/busybox/build index ca806a62..989ef9d7 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -32,11 +32,9 @@ 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 ntpd.run "$1/etc/sv/ntpd/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.ntpd "$1/etc/sv/ntpd/supervise" ln -s /run/runit/supervise.syslogd "$1/etc/sv/syslogd/supervise" diff --git a/core/busybox/checksums b/core/busybox/checksums index fd71349d..b1487d6d 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -1,7 +1,6 @@ d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998 busybox-1.31.1.tar.bz2 -db563080f2b10ab781727415b08f8417c1622b6b03d4638f8fa6fe8fef15302a .config +249fad03109f342a754091429d9fed72a41939820c8aeb768888ced8617e23b5 .config da3ef90a65abcbd112fa98a00799745d88d568cde290e049a5380dfc74de620a .config-suid -6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run fc36020a1043587fc45427d02dea356c9c892571baabe2b50ce328aaab5f6400 ntpd.run 4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run diff --git a/core/busybox/files/.config b/core/busybox/files/.config index 0a2e55b3..0f97ed22 100644 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.31.1 -# Mon Jan 13 15:33:36 2020 +# Sat Jan 18 14:11:31 2020 # CONFIG_HAVE_DOT_CONFIG=y @@ -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 diff --git a/core/busybox/files/acpid.run b/core/busybox/files/acpid.run deleted file mode 100644 index 2f1ecdb6..00000000 --- a/core/busybox/files/acpid.run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec acpid -fl diff --git a/core/busybox/sources b/core/busybox/sources index c52e3d97..ab70bdaa 100644 --- a/core/busybox/sources +++ b/core/busybox/sources @@ -1,7 +1,6 @@ https://busybox.net/downloads/busybox-1.31.1.tar.bz2 files/.config files/.config-suid -files/acpid.run files/crond.run files/ntpd.run files/syslogd.run diff --git a/core/busybox/version b/core/busybox/version index 13720308..b773d6c1 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.31.1 13 +1.31.1 14 -- cgit v1.2.3