Lines Matching +full:package +full:- +full:mode
6 `mtree -c | mtree -C`
10 metalog_reader.lua [-h] [-a | -c | -p [-count] [-size] [-f...]] [-W...] [-v] metalog-path
15 * `-a` prints all scan results. this is the default option if no option is
17 * `-c` lints the file and gives warnings/errors, including duplication and
19 * `-Wcheck-notagdir` entries with dir type and no tags will be also included
21 * `-p` list all package names found in the file as exactly specified by
22 `tags=package=...`
23 * `-count` display the number of files of the package
24 * `-size` display the size of the package
25 * `-fsetgid` only include packages with setgid files
26 * `-fsetuid` only include packages with setuid files
27 * `-fsetid` only include packages with setgid or setuid files
28 * `-v` verbose mode
29 * `-h` help page
33 * `metalog_reader.lua -a METALOG`
35 * `metalog_reader.lua -c METALOG`
37 * `metalog_reader.lua -c -Wcheck-notagdir METALOG`
40 * `metalog_reader.lua -p METALOG`
41 only prints all the package names found in the file
42 * `metalog_reader.lua -p -count -size METALOG`
43 prints all the package names, followed by number of files, followed by total
45 * `metalog_reader.lua -p -size -fsetid METALOG`
48 * `metalog_reader.lua -p -fsetuid -fsetgid METALOG`
51 * `metalog_reader.lua -p -count -size -fsetuid METALOG`
57 ./bin type=dir uname=root gname=wheel mode=0755
58 ./bin type=dir uname=root gname=wheel mode=0755 tags=...