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

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

index fc419a30ecbd9a6b01d982ca35f47c34bfe5d852..7f30921756cdbc1b470d53a04af71fa6404d690f 100644 (file)
@@ -13,7 +13,7 @@
 ./bin/cd                               minix-sys       obsolete
 ./bin/chgrp                            minix-sys
 ./bin/chmod                            minix-sys
-./bin/command                          minix-sys
+./bin/command                          minix-sys       obsolete
 ./bin/cp                               minix-sys
 ./bin/cpio                             minix-sys
 ./bin/date                             minix-sys
 ./usr/man/man1/colrm.1                 minix-sys
 ./usr/man/man1/column.1                        minix-sys
 ./usr/man/man1/comm.1                  minix-sys
-./usr/man/man1/command.1               minix-sys
+./usr/man/man1/command.1               minix-sys       obsolete
 ./usr/man/man1/compress.1              minix-sys
 ./usr/man/man1/continue.1              minix-sys
 ./usr/man/man1/cp.1                    minix-sys
index 39d567b2535900f57879f06f7b85bafd3e6f5ac5..991a77a0f9bd9056132994a22af5065fc4ef25a1 100644 (file)
@@ -35,6 +35,6 @@ SUBDIR=       add_route arp ash at backup btrace \
        atnormalize dosread fdisk loadfont \
        autopart part partition playwave  \
        recwave repartition screendump \
-       command expr test
+       expr test
 
 .include <bsd.subdir.mk>
diff --git a/minix/commands/command/Makefile b/minix/commands/command/Makefile
deleted file mode 100644 (file)
index 4d4f28b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SCRIPTS= command.sh
-BINDIR=        /bin
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/minix/commands/command/command.sh b/minix/commands/command/command.sh
deleted file mode 120000 (symlink)
index f9350d4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../shared/builtin.sh
\ No newline at end of file
index f35922b49c8f4869ae08f0b181348ab96b9eab68..bcd807e614cc2ee2c04a20a9e6d21f605de24952 100644 (file)
@@ -6,7 +6,6 @@ and simply call the builtin function of the same name.
 
 At this moment it is installed as the following commands:
 /bin/[
-/bin/command
 /bin/echo
 /bin/expr
 /bin/test
index 2a99e3f3fb5b9f8555275211a316da0517ef53e2..4a14bcb013d8616f18b2b17b4a1cf754149612c1 100644 (file)
@@ -25,7 +25,6 @@ MLINKS += ash.1 sh.1
 MLINKS += ash.1 ..1
 MLINKS += ash.1 break.1
 MLINKS += ash.1 case.1
-MLINKS += ash.1 command.1
 MLINKS += ash.1 continue.1
 MLINKS += ash.1 eval.1
 MLINKS += ash.1 exec.1