From 594136a1265468c79949cb9cc95ae062f32c0f6e Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sun, 3 Aug 2014 12:38:50 +0200 Subject: [PATCH] commands/getopts: removed Change-Id: Idc9ec425749a76e2664906f2483be6071273507f --- distrib/sets/lists/minix/mi | 4 ++-- minix/commands/Makefile | 2 +- minix/commands/getopts/Makefile | 5 ----- minix/commands/getopts/getopts.sh | 1 - minix/commands/shared/README | 1 - minix/man/man1/Makefile | 1 - 6 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 minix/commands/getopts/Makefile delete mode 120000 minix/commands/getopts/getopts.sh diff --git a/distrib/sets/lists/minix/mi b/distrib/sets/lists/minix/mi index 611f7d5d9..4d1c03161 100644 --- a/distrib/sets/lists/minix/mi +++ b/distrib/sets/lists/minix/mi @@ -21,7 +21,7 @@ ./bin/echo minix-sys ./bin/ed minix-sys ./bin/expr minix-sys -./bin/getopts minix-sys +./bin/getopts minix-sys obsolete ./bin/hostname minix-sys ./bin/intr minix-sys ./bin/kill minix-sys @@ -2320,7 +2320,7 @@ ./usr/man/man1/gcpp.1 minix-sys gcccmds ./usr/man/man1/genassym.1 minix-sys ./usr/man/man1/getopt.1 minix-sys -./usr/man/man1/getopts.1 minix-sys +./usr/man/man1/getopts.1 minix-sys obsolete ./usr/man/man1/gprof.1 minix-sys binutils ./usr/man/man1/grep.1 minix-sys ./usr/man/man1/groups.1 minix-sys diff --git a/minix/commands/Makefile b/minix/commands/Makefile index cd7e1da42..ee0df0f33 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 getopts read test \ + command expr read test \ umask wait .include diff --git a/minix/commands/getopts/Makefile b/minix/commands/getopts/Makefile deleted file mode 100644 index 1a630c1dd..000000000 --- a/minix/commands/getopts/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPTS= getopts.sh -BINDIR= /bin -MAN= - -.include diff --git a/minix/commands/getopts/getopts.sh b/minix/commands/getopts/getopts.sh deleted file mode 120000 index f9350d4b6..000000000 --- a/minix/commands/getopts/getopts.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 1a885d781..fac6b2f06 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/getopts /bin/read /bin/test /bin/umask diff --git a/minix/man/man1/Makefile b/minix/man/man1/Makefile index 8f8b8e14c..ba179ca17 100644 --- a/minix/man/man1/Makefile +++ b/minix/man/man1/Makefile @@ -33,7 +33,6 @@ MLINKS += ash.1 exec.1 MLINKS += ash.1 exit.1 MLINKS += ash.1 export.1 MLINKS += ash.1 for.1 -MLINKS += ash.1 getopts.1 MLINKS += ash.1 hash.1 MLINKS += ash.1 if.1 MLINKS += ash.1 jobs.1