From: Lionel Sambuc Date: Sun, 3 Aug 2014 10:53:12 +0000 (+0200) Subject: commands/read: removed X-Git-Tag: v3.3.0~63 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F2720%2F1;p=minix.git commands/read: removed Change-Id: Iaa24bb634b31932f793f02c4df10b48030ab70a0 --- diff --git a/distrib/sets/lists/minix/mi b/distrib/sets/lists/minix/mi index 30b1cfb33..1cd40958d 100644 --- a/distrib/sets/lists/minix/mi +++ b/distrib/sets/lists/minix/mi @@ -37,7 +37,7 @@ ./bin/printconfig minix-sys ./bin/printroot minix-sys ./bin/pwd minix-sys -./bin/read minix-sys +./bin/read minix-sys obsolete ./bin/readclock minix-sys ./bin/rm minix-sys ./bin/rmdir minix-sys @@ -2449,7 +2449,7 @@ ./usr/man/man1/pwhash.1 minix-sys ./usr/man/man1/ranlib.1 minix-sys binutils ./usr/man/man1/rcp.1 minix-sys -./usr/man/man1/read.1 minix-sys +./usr/man/man1/read.1 minix-sys obsolete ./usr/man/man1/readelf.1 minix-sys binutils ./usr/man/man1/readlink.1 minix-sys ./usr/man/man1/readonly.1 minix-sys diff --git a/minix/commands/Makefile b/minix/commands/Makefile index 70302781c..147055135 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -35,7 +35,7 @@ SUBDIR= add_route arp ash at backup btrace \ atnormalize dosread fdisk loadfont \ autopart part partition playwave \ recwave repartition screendump \ - command expr read test \ + command expr test \ wait .include diff --git a/minix/commands/read/Makefile b/minix/commands/read/Makefile deleted file mode 100644 index 399a45461..000000000 --- a/minix/commands/read/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPTS= read.sh -BINDIR= /bin -MAN= - -.include diff --git a/minix/commands/read/read.sh b/minix/commands/read/read.sh deleted file mode 120000 index f9350d4b6..000000000 --- a/minix/commands/read/read.sh +++ /dev/null @@ -1 +0,0 @@ -../shared/builtin.sh \ No newline at end of file diff --git a/minix/commands/shared/README b/minix/commands/shared/README index 5a7962991..e0e9a2c3c 100644 --- a/minix/commands/shared/README +++ b/minix/commands/shared/README @@ -9,7 +9,6 @@ At this moment it is installed as the following commands: /bin/command /bin/echo /bin/expr -/bin/read /bin/test /bin/wait diff --git a/minix/man/man1/Makefile b/minix/man/man1/Makefile index 64f33fca9..eda034c28 100644 --- a/minix/man/man1/Makefile +++ b/minix/man/man1/Makefile @@ -36,7 +36,6 @@ MLINKS += ash.1 hash.1 MLINKS += ash.1 if.1 MLINKS += ash.1 jobs.1 MLINKS += ash.1 local.1 -MLINKS += ash.1 read.1 MLINKS += ash.1 readonly.1 MLINKS += ash.1 return.1 MLINKS += ash.1 set.1