This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via df0bd0e30456401d73641b88bf1ae8e8a36ae20c (commit) from a6c59f7b68d1b2d8996d55a7497eb6f25ec0e54e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit df0bd0e30456401d73641b88bf1ae8e8a36ae20c Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jul 2 21:38:20 2015 +0200
coreutils: Remove dead symlink /bin/[
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/coreutils | 1 - config/rootfiles/core/92/update.sh | 1 + lfs/coreutils | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/coreutils b/config/rootfiles/common/coreutils index d7f2c76..32fc103 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 0314d80..00cd61c 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 63d0a88..cd2440d 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
hooks/post-receive -- IPFire 2.x development tree