summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-12 18:14:28 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-12 18:14:28 (EST)
commitea53d2c9b249ceb20e3fe792bb18921b4435320c (patch)
treefd950158c08428405cb30eeb55049d67dd48f021
parent9007efd01278bed6290f74af74b5abb86b3dfd0f (diff)
/sbin/init: Don't manage with u-a
-rwxr-xr-xbuild2
-rw-r--r--changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index e3228f6..7f0b8aa 100755
--- a/build
+++ b/build
@@ -40,7 +40,7 @@ install: build
set -e; exec 3>dest/usr/share/busybox/alternatives; \
for f in dest/bin/* dest/sbin/* dest/usr/bin/* dest/usr/sbin/*; do \
case "$${f}" in \
- dest/bin/busybox | dest/bin/sh) ;; \
+ dest/bin/busybox | dest/bin/sh | dest/sbin/init) ;; \
*) \
rm "$${f}"; \
printf '%s\n' "$${f#dest}" >&3; \
diff --git a/changelog b/changelog
index 80b0329..45460e1 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ busybox (1.32.0-3) trunk
* </usr/share/udhcpc/default.script> now supports the "ip route"
command in case "route" is disabled.
+ * </sbin/init> is no longer managed with update-alternatives, as it is
+ needed for prokit's foreign installations.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 12 Dec 2020 10:09:01 -0500