commands/umask: removed
Change-Id: I0e09cd3e311dad61e72989262fef037759ae9d5d
This commit is contained in:
parent
3aa3cee7d5
commit
c6284ef73d
6 changed files with 3 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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 <bsd.subdir.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
SCRIPTS= umask.sh
|
||||
BINDIR= /bin
|
||||
MAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
|
@ -1 +0,0 @@
|
|||
../shared/builtin.sh
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue