diff mbox series

coreutils: expand list of files moved from /usr/bin to /bin

Message ID 20171012233332.30550-1-casantos@datacom.ind.br
State Accepted
Headers show
Series coreutils: expand list of files moved from /usr/bin to /bin | expand

Commit Message

Carlos Santos Oct. 12, 2017, 11:33 p.m. UTC
BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
ensure that coreutils replaces them.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
---
 package/coreutils/coreutils.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Jan. 1, 2018, 2:59 p.m. UTC | #1
Hello,

On Thu, 12 Oct 2017 20:33:32 -0300, Carlos Santos wrote:
> BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
> ensure that coreutils replaces them.
> 
> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
> ---
>  package/coreutils/coreutils.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Jan. 8, 2018, 9:48 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > On Thu, 12 Oct 2017 20:33:32 -0300, Carlos Santos wrote:
 >> BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
 >> ensure that coreutils replaces them.
 >> 
 >> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
 >> ---
 >> package/coreutils/coreutils.mk | 4 ++--
 >> 1 file changed, 2 insertions(+), 2 deletions(-)

Committed to 2017.11.x, thanks.
Peter Korsgaard Jan. 29, 2018, 9:36 p.m. UTC | #3
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > On Thu, 12 Oct 2017 20:33:32 -0300, Carlos Santos wrote:
 >> BusyBox installs kill, link, mktemp, nice and printenv on /bin, so
 >> ensure that coreutils replaces them.
 >> 
 >> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
 >> ---
 >> package/coreutils/coreutils.mk | 4 ++--
 >> 1 file changed, 2 insertions(+), 2 deletions(-)

Committed to 2017.02.x, thanks.
diff mbox series

Patch

diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 6a8a31b061..8259f42f4a 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -56,8 +56,8 @@  COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
 	INSTALL_PROGRAM=$(INSTALL)
 
 COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
-	ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true \
-	uname join
+	kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \
+	vdir sleep stty sync touch true uname join
 
 # If both coreutils and busybox are selected, make certain coreutils
 # wins the fight over who gets to have their utils actually installed.