BSD.root.dist: Add package tag for all directories
This fixes some missing directories, notably /boot/modules. Other directories are not missing because they contain other files, but they should still have their own METALOG entries and be placed in the correct package. MFC after: 3 days Reported by: bdrewery Reviewed by: cperciva, imp Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52958
This commit is contained in:
+46
-44
@@ -4,8 +4,9 @@
|
|||||||
|
|
||||||
/set type=dir uname=root gname=wheel mode=0755
|
/set type=dir uname=root gname=wheel mode=0755
|
||||||
.
|
.
|
||||||
bin
|
bin tags=package=runtime
|
||||||
..
|
..
|
||||||
|
/set tags=package=bootloader
|
||||||
boot
|
boot
|
||||||
defaults
|
defaults
|
||||||
..
|
..
|
||||||
@@ -27,7 +28,7 @@
|
|||||||
..
|
..
|
||||||
kernel
|
kernel
|
||||||
..
|
..
|
||||||
loader.conf.d tags=package=bootloader
|
loader.conf.d
|
||||||
..
|
..
|
||||||
lua
|
lua
|
||||||
..
|
..
|
||||||
@@ -38,88 +39,89 @@
|
|||||||
zfs
|
zfs
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
|
/unset tags
|
||||||
dev mode=0555 tags=package=runtime
|
dev mode=0555 tags=package=runtime
|
||||||
..
|
..
|
||||||
etc
|
etc tags=package=runtime
|
||||||
X11
|
X11 tags=package=runtime
|
||||||
..
|
..
|
||||||
authpf
|
authpf tags=package=pf
|
||||||
..
|
..
|
||||||
autofs
|
autofs tags=package=autofs
|
||||||
..
|
..
|
||||||
bluetooth
|
bluetooth tags=package=bluetooth
|
||||||
..
|
..
|
||||||
cron.d
|
cron.d tags=package=cron
|
||||||
..
|
..
|
||||||
defaults
|
defaults tags=package=runtime
|
||||||
..
|
..
|
||||||
devd
|
devd tags=package=devd
|
||||||
..
|
..
|
||||||
dma
|
dma tags=package=dma
|
||||||
..
|
..
|
||||||
gss
|
gss tags=package=runtime
|
||||||
..
|
..
|
||||||
jail.conf.d
|
jail.conf.d tags=package=jail
|
||||||
..
|
..
|
||||||
kyua tags=package=tests
|
kyua tags=package=tests
|
||||||
..
|
..
|
||||||
mail
|
mail tags=package=runtime
|
||||||
..
|
..
|
||||||
mtree
|
mtree tags=package=mtree
|
||||||
..
|
..
|
||||||
newsyslog.conf.d
|
newsyslog.conf.d tags=package=newsyslog
|
||||||
..
|
..
|
||||||
ntp mode=0700
|
ntp mode=0700 tags=package=ntp
|
||||||
..
|
..
|
||||||
pam.d
|
pam.d tags=package=runtime
|
||||||
..
|
..
|
||||||
periodic
|
periodic tags=package=periodic
|
||||||
daily
|
daily tags=package=periodic
|
||||||
..
|
..
|
||||||
monthly
|
monthly tags=package=periodic
|
||||||
..
|
..
|
||||||
security
|
security tags=package=periodic
|
||||||
..
|
..
|
||||||
weekly
|
weekly tags=package=periodic
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
pkg
|
pkg tags=package=pkg-bootstrap
|
||||||
..
|
..
|
||||||
ppp
|
ppp tags=package=ppp
|
||||||
..
|
..
|
||||||
profile.d
|
profile.d tags=package=runtime
|
||||||
..
|
..
|
||||||
rc.conf.d
|
rc.conf.d tags=package=rc
|
||||||
..
|
..
|
||||||
rc.d
|
rc.d tags=package=rc
|
||||||
..
|
..
|
||||||
security
|
security tags=package=audit
|
||||||
..
|
..
|
||||||
ssh
|
ssh tags=package=ssh
|
||||||
..
|
..
|
||||||
ssl
|
ssl tags=package=caroot
|
||||||
certs tags=package=caroot
|
certs tags=package=caroot
|
||||||
..
|
..
|
||||||
untrusted tags=package=caroot
|
untrusted tags=package=caroot
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
sysctl.kld.d
|
sysctl.kld.d tags=package=runtime
|
||||||
..
|
..
|
||||||
syslog.d
|
syslog.d tags=package=syslogd
|
||||||
..
|
..
|
||||||
zfs tags=package=zfs
|
zfs tags=package=zfs
|
||||||
compatibility.d
|
compatibility.d tags=package=zfs
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
lib
|
lib tags=package=clibs
|
||||||
geom
|
geom tags=package=geom
|
||||||
..
|
..
|
||||||
nvmecontrol
|
nvmecontrol tags=package=nvme-tools
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
libexec
|
libexec tags=package=clibs
|
||||||
resolvconf
|
resolvconf tags=package=resolvconf
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
media tags=package=runtime
|
media tags=package=runtime
|
||||||
@@ -132,14 +134,14 @@
|
|||||||
..
|
..
|
||||||
rescue tags=package=rescue
|
rescue tags=package=rescue
|
||||||
..
|
..
|
||||||
root mode=0750
|
root mode=0750 tags=package=runtime
|
||||||
..
|
..
|
||||||
sbin
|
sbin tags=package=runtime
|
||||||
..
|
..
|
||||||
tmp mode=01777 tags=package=runtime
|
tmp mode=01777 tags=package=runtime
|
||||||
..
|
..
|
||||||
usr
|
usr tags=package=runtime
|
||||||
..
|
..
|
||||||
var
|
var tags=package=runtime
|
||||||
..
|
..
|
||||||
..
|
..
|
||||||
|
|||||||
Reference in New Issue
Block a user