X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0408d8c3b23367d09980cb27a5225a9f034d7610..b7c5ca8c3138c2a8045bb4ef3545cb348a05e67b:/doc/examples/configure-index?ds=inline diff --git a/doc/examples/configure-index b/doc/examples/configure-index index f4a196b68..8893b5b74 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 @@ -230,7 +236,7 @@ Dir "/" // Location of the logfile Log "var/log/apt" { - Name "term.log"; + Terminal "term.log"; }; };