diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-04-19 19:30:26 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-04-19 19:30:26 +0000 |
| commit | 235d4ab12e72aeef4bbfc59de1d6d51cacdb2e66 (patch) | |
| tree | 2dd7fdd46601827cf88ed1211a0bcb89dfb34c1d /doc/examples | |
| parent | 70103339b017a42ea71a56c27c221a79ccc3116f (diff) | |
| parent | 858a551b50ea3871748d9196896e54b361c3d545 (diff) | |
Merge branch 'audit' into 'main'
Add an "audit" error level
See merge request apt-team/apt!323
Diffstat (limited to 'doc/examples')
| -rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 72e907507..3f6140038 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -47,6 +47,7 @@ quiet "<INT>" { // Options for APT in general APT { + Audit "<BOOL>"; // display audit messages Architecture "<STRING>"; // debian architecture like amd64, i386, powerpc, armhf, mips, … Architectures "<LIST>"; // a list of (foreign) debian architectures, defaults to: dpkg --print-foreign-architectures BarbarianArchitectures "<LIST>"; // a list of architectures considered too foreign to satisfy M-A:foreign |
