diff --git a/distrib/sets/lists/minix/mi b/distrib/sets/lists/minix/mi index 5a7510cbe..30b1cfb33 100644 --- a/distrib/sets/lists/minix/mi +++ b/distrib/sets/lists/minix/mi @@ -50,7 +50,7 @@ ./bin/sysenv minix-sys ./bin/tar minix-sys ./bin/test minix-sys -./bin/umask minix-sys +./bin/umask minix-sys obsolete ./bin/umount minix-sys ./bin/updateboot minix-sys ./bin/update_bootcfg minix-sys @@ -2515,7 +2515,7 @@ ./usr/man/man1/tsort.1 minix-sys ./usr/man/man1/tty.1 minix-sys ./usr/man/man1/ul.1 minix-sys -./usr/man/man1/umask.1 minix-sys +./usr/man/man1/umask.1 minix-sys obsolete ./usr/man/man1/umount.1 minix-sys ./usr/man/man1/uname.1 minix-sys ./usr/man/man1/uncompress.1 minix-sys diff --git a/minix/commands/Makefile b/minix/commands/Makefile index 98b64fca0..70302781c 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -36,6 +36,6 @@ SUBDIR= add_route arp ash at backup btrace \ autopart part partition playwave \ recwave repartition screendump \ command expr read test \ - umask wait + wait .include diff --git a/minix/commands/shared/README b/minix/commands/shared/README index fac6b2f06..5a7962991 100644 --- a/minix/commands/shared/README +++ b/minix/commands/shared/README @@ -11,7 +11,6 @@ At this moment it is installed as the following commands: /bin/expr /bin/read /bin/test -/bin/umask /bin/wait If one of the following is replaced by the NetBSD equivalent, please diff --git a/minix/commands/umask/Makefile b/minix/commands/umask/Makefile deleted file mode 100644 index e5f0ad16a..000000000 --- a/minix/commands/umask/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPTS= umask.sh -BINDIR= /bin -MAN= - -.include diff --git a/minix/commands/umask/umask.sh b/minix/commands/umask/umask.sh deleted file mode 120000 index f9350d4b6..000000000 --- a/minix/commands/umask/umask.sh +++ /dev/null @@ -1 +0,0 @@ -../shared/builtin.sh \ No newline at end of file diff --git a/minix/man/man1/Makefile b/minix/man/man1/Makefile index 5a82da82b..64f33fca9 100644 --- a/minix/man/man1/Makefile +++ b/minix/man/man1/Makefile @@ -43,7 +43,6 @@ MLINKS += ash.1 set.1 MLINKS += ash.1 setvar.1 MLINKS += ash.1 shift.1 MLINKS += ash.1 trap.1 -MLINKS += ash.1 umask.1 MLINKS += ash.1 unset.1 MLINKS += ash.1 wait.1 MLINKS += compress.1 uncompress.1