From a785f11865a7feb0b23ada3699e39b67fe757032 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 7 Jun 2020 01:24:55 +0300 Subject: [PATCH] busybox: remove start-stop-daemon applet in favor of one from dpkg package --- packages/busybox/build.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/busybox/build.sh b/packages/busybox/build.sh index 959a1db0b..bb136d2a4 100644 --- a/packages/busybox/build.sh +++ b/packages/busybox/build.sh @@ -43,10 +43,7 @@ termux_step_post_make_install() { install -Dm700 busybox_unstripped $PREFIX/bin/busybox fi - # Utilities diff, mv, rm, rmdir are necessary to assist with package upgrading - # after https://github.com/termux/termux-packages/issues/4070. - # - # Other utilities (like crond/crontab) are useful but not available + # Utilities (like crond/crontab) are useful but not available # as standalone package in Termux. # # Few notes: @@ -58,7 +55,7 @@ termux_step_post_make_install() { mkdir -p $TERMUX_PREFIX/bin/applets cd $TERMUX_PREFIX/bin/applets for f in crond crontab ftpd ftpget ftpput inotifyd \ - lsof lsusb nmeter runsv runsvdir sendmail start-stop-daemon \ + lsof lsusb nmeter runsv runsvdir sendmail \ sv svlogd tcpsvd uptime; do ln -s ../busybox $f done