From df0bd0e30456401d73641b88bf1ae8e8a36ae20c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 2 Jul 2015 21:38:20 +0200 Subject: [PATCH] coreutils: Remove dead symlink /bin/[ Signed-off-by: Michael Tremer --- config/rootfiles/common/coreutils | 1 - config/rootfiles/core/92/update.sh | 1 + lfs/coreutils | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/rootfiles/common/coreutils b/config/rootfiles/common/coreutils index d7f2c76768..32fc103bfa 100644 --- a/config/rootfiles/common/coreutils +++ b/config/rootfiles/common/coreutils @@ -1,4 +1,3 @@ -bin/[ bin/chgrp bin/chmod bin/chown diff --git a/config/rootfiles/core/92/update.sh b/config/rootfiles/core/92/update.sh index 0314d80c48..00cd61ce6c 100644 --- a/config/rootfiles/core/92/update.sh +++ b/config/rootfiles/core/92/update.sh @@ -43,6 +43,7 @@ extract_files # Regenerate IPsec configuration sudo -u nobody /srv/web/ipfire/cgi-bin/vpnmain.cgi +rm -f /bin/[ sync # Start services diff --git a/lfs/coreutils b/lfs/coreutils index 63d0a88982..cd2440d9d6 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -100,8 +100,6 @@ ifeq "$(ROOT)" "" mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin mv -v /usr/bin/chroot /usr/sbin mv -v /usr/bin/{head,sleep,nice} /bin - ln -sf test /bin/[ - #ln -sf ../../bin/install /usr/bin dircolors -p > /etc/DIR_COLORS endif -- 2.39.2