]> Zhao Yanbai Git Server - minix.git/commitdiff
commands/wait: removed 21/2721/1
authorLionel Sambuc <lionel@minix3.org>
Sun, 3 Aug 2014 11:27:57 +0000 (13:27 +0200)
committerLionel Sambuc <lionel@minix3.org>
Thu, 21 Aug 2014 16:33:22 +0000 (18:33 +0200)
Change-Id: Ie712ec86ef9bbdeffb2fafb51b64600bd118d1e2

distrib/sets/lists/minix/mi
minix/commands/Makefile
minix/commands/shared/README
minix/commands/wait/Makefile [deleted file]
minix/commands/wait/wait.sh [deleted symlink]
minix/man/man1/Makefile

index 1cd40958d59cf49065bf196f3c8f49ce39eeb5d8..fc419a30ecbd9a6b01d982ca35f47c34bfe5d852 100644 (file)
@@ -54,7 +54,7 @@
 ./bin/umount                           minix-sys
 ./bin/updateboot                       minix-sys
 ./bin/update_bootcfg                   minix-sys
-./bin/wait                             minix-sys
+./bin/wait                             minix-sys       obsolete
 ./boot                                 minix-sys
 ./boot/minix                           minix-sys
 ./boot/minix/.temp                     minix-sys
 ./usr/man/man1/view.1                  minix-sys
 ./usr/man/man1/vis.1                   minix-sys
 ./usr/man/man1/vol.1                   minix-sys
-./usr/man/man1/wait.1                  minix-sys
+./usr/man/man1/wait.1                  minix-sys       obsolete
 ./usr/man/man1/wall.1                  minix-sys
 ./usr/man/man1/wc.1                    minix-sys
 ./usr/man/man1/what.1                  minix-sys
index 147055135a65805ca572de6100bc8b756430031f..39d567b2535900f57879f06f7b85bafd3e6f5ac5 100644 (file)
@@ -35,7 +35,6 @@ SUBDIR=       add_route arp ash at backup btrace \
        atnormalize dosread fdisk loadfont \
        autopart part partition playwave  \
        recwave repartition screendump \
-       command expr test \
-               wait
+       command expr test
 
 .include <bsd.subdir.mk>
index e0e9a2c3cc7ece94bc3dea542428cc3d00ce49c7..f35922b49c8f4869ae08f0b181348ab96b9eab68 100644 (file)
@@ -10,7 +10,6 @@ At this moment it is installed as the following commands:
 /bin/echo
 /bin/expr
 /bin/test
-/bin/wait
 
 If one of the following is replaced by the NetBSD equivalent, please
 update the list, and remove this completly when it is not anymore
diff --git a/minix/commands/wait/Makefile b/minix/commands/wait/Makefile
deleted file mode 100644 (file)
index 41fc7d1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SCRIPTS= wait.sh
-BINDIR=        /bin
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/minix/commands/wait/wait.sh b/minix/commands/wait/wait.sh
deleted file mode 120000 (symlink)
index f9350d4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../shared/builtin.sh
\ No newline at end of file
index eda034c2845aa63446f808055df94c38cb39d6d2..2a99e3f3fb5b9f8555275211a316da0517ef53e2 100644 (file)
@@ -43,7 +43,6 @@ MLINKS += ash.1 setvar.1
 MLINKS += ash.1 shift.1
 MLINKS += ash.1 trap.1
 MLINKS += ash.1 unset.1
-MLINKS += ash.1 wait.1
 MLINKS += compress.1 uncompress.1
 MLINKS += svc.1 ci.1
 MLINKS += svc.1 co.1