X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9e830fd5e9c71c384275f0c63dfe80595723d614..fe32e82bce354ffd2832acb39c253f90a9ffb5b9:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index e5c4551a1..cbede198b 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -77,6 +77,12 @@ APT NoAct "false"; }; + Update + { + Pre-Invoke {"touch /var/lib/apt/pre-update-stamp"; }; + Post-Invoke {"touch /var/lib/apt/post-update-stamp"; }; + }; + Authentication { TrustCDROM "false"; // consider the CDROM always trusted @@ -101,10 +107,10 @@ APT Install-Suggests "false"; // install recommends automatically for packages in this section - Install-Recommends-Section "metapackages"; + Install-Recommends-Section { "metapackages"; "universe/metapackages"; }; // consider dependencies of packages in this section manual - Never-MarkAuto-Section "metapackages"; + Never-MarkAuto-Sections {"metapackages"; "universe/metapackages"; }; // Write progress messages on this fd (for stuff like base-config) Status-Fd "-1"; @@ -245,6 +251,11 @@ Dir "/" apt-get "/usr/bin/apt-get"; apt-cache "/usr/bin/apt-cache"; }; + + // Location of the logfile + Log "var/log/apt" { + Terminal "term.log"; + }; }; // Things that effect the APT dselect method