Cleanup minix.mtree.
Use consistent indenting and sort entries alphabetically.
This commit is contained in:
parent
101b99bc77
commit
c755b5784a
@ -1,20 +1,21 @@
|
|||||||
755 root operator /
|
755 root operator /
|
||||||
755 root operator /bin
|
755 root operator /bin
|
||||||
755 root operator /lib
|
755 root operator /boot
|
||||||
755 root operator /libexec
|
755 root operator /boot/minix
|
||||||
755 root operator /sbin
|
755 root operator /boot/minix_default
|
||||||
755 root operator /dev
|
755 root operator /dev
|
||||||
/dev/mouse -> /dev/kbdaux
|
/dev/mouse -> /dev/kbdaux
|
||||||
755 root operator /etc
|
755 root operator /etc
|
||||||
755 root operator /etc/defaults
|
755 root operator /etc/defaults
|
||||||
755 root operator /etc/devmand
|
755 root operator /etc/devmand
|
||||||
755 root operator /etc/system.conf.d
|
755 root operator /etc/system.conf.d
|
||||||
755 root operator /boot
|
755 root operator /home
|
||||||
755 root operator /boot/minix_default
|
755 root operator /lib
|
||||||
755 root operator /boot/minix
|
755 root operator /libexec
|
||||||
555 root operator /mnt
|
555 root operator /mnt
|
||||||
555 root operator /proc
|
555 root operator /proc
|
||||||
700 root operator /root
|
700 root operator /root
|
||||||
|
755 root operator /sbin
|
||||||
1777 root operator /tmp
|
1777 root operator /tmp
|
||||||
755 root operator /usr
|
755 root operator /usr
|
||||||
755 root operator /usr/adm
|
755 root operator /usr/adm
|
||||||
@ -24,10 +25,29 @@
|
|||||||
/usr/bin/cc -> /usr/pkg/bin/clang
|
/usr/bin/cc -> /usr/pkg/bin/clang
|
||||||
/usr/bin/strip -> /usr/pkg/bin/strip
|
/usr/bin/strip -> /usr/pkg/bin/strip
|
||||||
755 root operator /usr/etc
|
755 root operator /usr/etc
|
||||||
755 root operator /usr/pkg
|
755 root operator /usr/include
|
||||||
755 root operator /usr/pkg/etc
|
755 root operator /usr/include/arpa
|
||||||
755 root operator /usr/pkg/etc/rc.d
|
755 root operator /usr/include/compat
|
||||||
755 root operator /home
|
755 root operator /usr/include/compat/machine
|
||||||
|
755 root operator /usr/include/ddekit
|
||||||
|
755 root operator /usr/include/ddekit/minix
|
||||||
|
755 root operator /usr/include/i386
|
||||||
|
755 root operator /usr/include/lzma
|
||||||
|
755 root operator /usr/include/minix
|
||||||
|
755 root operator /usr/include/net
|
||||||
|
755 root operator /usr/include/net/gen
|
||||||
|
755 root operator /usr/include/prop
|
||||||
|
755 root operator /usr/include/protocols
|
||||||
|
755 root operator /usr/include/rpcsvc
|
||||||
|
755 root operator /usr/include/ssp
|
||||||
|
755 root operator /usr/include/sys
|
||||||
|
755 root operator /usr/include/ufs
|
||||||
|
755 root operator /usr/include/ufs/chfs
|
||||||
|
755 root operator /usr/include/ufs/ext2fs
|
||||||
|
755 root operator /usr/include/ufs/ffs
|
||||||
|
755 root operator /usr/include/ufs/lfs
|
||||||
|
755 root operator /usr/include/ufs/mfs
|
||||||
|
755 root operator /usr/include/ufs/ufs
|
||||||
755 root operator /usr/lib
|
755 root operator /usr/lib
|
||||||
755 root operator /usr/lib/cawf
|
755 root operator /usr/lib/cawf
|
||||||
755 root operator /usr/lib/dict
|
755 root operator /usr/lib/dict
|
||||||
@ -35,7 +55,7 @@
|
|||||||
755 root operator /usr/lib/fonts
|
755 root operator /usr/lib/fonts
|
||||||
755 root operator /usr/lib/keymaps
|
755 root operator /usr/lib/keymaps
|
||||||
755 root operator /usr/libexec
|
755 root operator /usr/libexec
|
||||||
755 root operator /usr/sbin
|
755 root operator /usr/log
|
||||||
755 root operator /usr/man
|
755 root operator /usr/man
|
||||||
755 root operator /usr/man/man1
|
755 root operator /usr/man/man1
|
||||||
755 root operator /usr/man/man1x
|
755 root operator /usr/man/man1x
|
||||||
@ -48,38 +68,19 @@
|
|||||||
755 root operator /usr/man/man8
|
755 root operator /usr/man/man8
|
||||||
755 root operator /usr/man/man9
|
755 root operator /usr/man/man9
|
||||||
755 root operator /usr/mdec
|
755 root operator /usr/mdec
|
||||||
755 root operator /usr/include
|
755 root operator /usr/pkg
|
||||||
755 root operator /usr/include/i386
|
755 root operator /usr/pkg/etc
|
||||||
755 root operator /usr/include/arpa
|
755 root operator /usr/pkg/etc/rc.d
|
||||||
755 root operator /usr/include/compat
|
|
||||||
755 root operator /usr/include/compat/machine
|
|
||||||
755 root operator /usr/include/prop
|
|
||||||
755 root operator /usr/include/ddekit
|
|
||||||
755 root operator /usr/include/ddekit/minix
|
|
||||||
755 root operator /usr/include/lzma
|
|
||||||
755 root operator /usr/include/minix
|
|
||||||
755 root operator /usr/include/net
|
|
||||||
755 root operator /usr/include/net/gen
|
|
||||||
755 root operator /usr/include/protocols
|
|
||||||
755 root operator /usr/include/rpcsvc
|
|
||||||
755 root operator /usr/include/ssp
|
|
||||||
755 root operator /usr/include/sys
|
|
||||||
755 root operator /usr/include/ufs
|
|
||||||
755 root operator /usr/include/ufs/chfs
|
|
||||||
755 root operator /usr/include/ufs/ext2fs
|
|
||||||
755 root operator /usr/include/ufs/ffs
|
|
||||||
755 root operator /usr/include/ufs/lfs
|
|
||||||
755 root operator /usr/include/ufs/mfs
|
|
||||||
755 root operator /usr/include/ufs/ufs
|
|
||||||
700 root operator /usr/preserve
|
700 root operator /usr/preserve
|
||||||
755 root operator /usr/run
|
755 root operator /usr/run
|
||||||
|
755 root operator /usr/sbin
|
||||||
755 root operator /usr/share
|
755 root operator /usr/share
|
||||||
755 root operator /usr/share/misc
|
|
||||||
755 root operator /usr/share/doc
|
755 root operator /usr/share/doc
|
||||||
755 root operator /usr/share/doc/html
|
755 root operator /usr/share/doc/html
|
||||||
755 root operator /usr/share/doc/html/bzip2
|
755 root operator /usr/share/doc/html/bzip2
|
||||||
755 root operator /usr/share/doc/psd
|
755 root operator /usr/share/doc/psd
|
||||||
755 root operator /usr/share/doc/psd/19.curses
|
755 root operator /usr/share/doc/psd/19.curses
|
||||||
|
755 root operator /usr/share/misc
|
||||||
755 root operator /usr/share/mk
|
755 root operator /usr/share/mk
|
||||||
755 root operator /usr/share/terminfo
|
755 root operator /usr/share/terminfo
|
||||||
755 root operator /usr/share/zoneinfo
|
755 root operator /usr/share/zoneinfo
|
||||||
@ -94,15 +95,15 @@
|
|||||||
755 root operator /usr/share/zoneinfo/Asia
|
755 root operator /usr/share/zoneinfo/Asia
|
||||||
755 root operator /usr/share/zoneinfo/Atlantic
|
755 root operator /usr/share/zoneinfo/Atlantic
|
||||||
755 root operator /usr/share/zoneinfo/Australia
|
755 root operator /usr/share/zoneinfo/Australia
|
||||||
|
755 root operator /usr/share/zoneinfo/Brazil
|
||||||
|
755 root operator /usr/share/zoneinfo/Canada
|
||||||
755 root operator /usr/share/zoneinfo/Chile
|
755 root operator /usr/share/zoneinfo/Chile
|
||||||
755 root operator /usr/share/zoneinfo/Etc
|
755 root operator /usr/share/zoneinfo/Etc
|
||||||
755 root operator /usr/share/zoneinfo/Europe
|
755 root operator /usr/share/zoneinfo/Europe
|
||||||
755 root operator /usr/share/zoneinfo/Indian
|
755 root operator /usr/share/zoneinfo/Indian
|
||||||
755 root operator /usr/share/zoneinfo/Pacific
|
|
||||||
755 root operator /usr/share/zoneinfo/Brazil
|
|
||||||
755 root operator /usr/share/zoneinfo/Canada
|
|
||||||
755 root operator /usr/share/zoneinfo/Mexico
|
755 root operator /usr/share/zoneinfo/Mexico
|
||||||
755 root operator /usr/share/zoneinfo/Mideast
|
755 root operator /usr/share/zoneinfo/Mideast
|
||||||
|
755 root operator /usr/share/zoneinfo/Pacific
|
||||||
755 root operator /usr/share/zoneinfo/US
|
755 root operator /usr/share/zoneinfo/US
|
||||||
755 root operator /usr/spool
|
755 root operator /usr/spool
|
||||||
711 root operator /usr/spool/at
|
711 root operator /usr/spool/at
|
||||||
@ -113,12 +114,11 @@
|
|||||||
755 root operator /usr/spool/mail
|
755 root operator /usr/spool/mail
|
||||||
755 root operator /usr/src
|
755 root operator /usr/src
|
||||||
1777 root operator /usr/tmp
|
1777 root operator /usr/tmp
|
||||||
755 root operator /var
|
|
||||||
/var/log -> /usr/log
|
|
||||||
/var/tmp -> /usr/tmp
|
|
||||||
755 root operator /usr/log
|
|
||||||
755 root operator /usr/var
|
755 root operator /usr/var
|
||||||
755 root operator /usr/var/db
|
755 root operator /usr/var/db
|
||||||
755 root operator /usr/var/db/pkg
|
755 root operator /usr/var/db/pkg
|
||||||
755 root operator /usr/var/run
|
755 root operator /usr/var/run
|
||||||
|
755 root operator /var
|
||||||
755 root operator /var/run
|
755 root operator /var/run
|
||||||
|
/var/log -> /usr/log
|
||||||
|
/var/tmp -> /usr/tmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user