[Bug 249144] pkgbase: /usr/tests/ subdirectories in non -dev/-dbg plist files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Oct 2024 08:50:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249144
Isaac Freund <ifreund@freebsdfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ifreund@freebsdfoundation.o
| |rg
--- Comment #2 from Isaac Freund <ifreund@freebsdfoundation.org> ---
The /usr/tests/atf_python/ files are now correctly placed in tests.plist.
The remaining misplaced tests I've identified are as follows:
# rg '/usr/tests' -g '*.plist' --iglob "!*-dev.plist" --iglob '!*-dbg.plist'
--iglob '!tests.plist'
bsnmp.plist
82:@dir(root,wheel,0755,) /usr/tests/lib/libbsnmp
83:@(root,wheel,0444,) /usr/tests/lib/libbsnmp/Kyuafile
84:@(root,wheel,0555,) /usr/tests/lib/libbsnmp/bsnmpd_test
ssh.plist
24:@dir(root,wheel,0755,) /usr/tests/secure/libexec
25:@(root,wheel,0444,) /usr/tests/secure/libexec/Kyuafile
utilities.plist
2179:@(root,wheel,0444,) /usr/tests/lib/csu/dynamiclib//libh_csu.so
2180:@(root,wheel,0755,) /usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so
2181:@(root,wheel,0444,) /usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so.1
2182:@dir(root,wheel,0755,) /usr/tests/sbin/pfctl/files
2183:@(root,wheel,0444,) /usr/tests/sys/vm/stack/libsoxstack.so
I'll look in to fixing this.
--
You are receiving this mail because:
You are the assignee for the bug.