]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
coreutils: Remove dead symlink /bin/[
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Jul 2015 19:38:20 +0000 (21:38 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Jul 2015 19:38:20 +0000 (21:38 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/coreutils
config/rootfiles/core/92/update.sh
lfs/coreutils

index d7f2c76768e443bd1fc12925babb7cfdd853832a..32fc103bfaa9dc81e10c6a3b135a905ccc230fb4 100644 (file)
@@ -1,4 +1,3 @@
-bin/[
 bin/chgrp
 bin/chmod
 bin/chown
index 0314d80c48a9421296b5c86ce57fdbe35275ae79..00cd61ce6c00617afaff35959612ec280439077c 100644 (file)
@@ -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
index 63d0a889823900ce3170771a354a9d53f5c53fb0..cd2440d9d6ca1541f59c052d8ece1662f9921304 100644 (file)
@@ -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