diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-12-06 23:20:13 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-12-06 23:20:13 +0200 |
commit | 0224daf23a4b89a85967aec6639b189495d1326a (patch) | |
tree | 93544cb03a430f4bf62b3504488e3ca14ff1ed25 | |
parent | be1b85688d6362b3eb980e8b0b05bf8c13e1099a (diff) |
Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/apt.conf.5.xml | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ef383d236..83aa70d4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ apt (0.7.20) unstable; urgency=low - Documented briefly 'APT::https' group of options. (Closes: #507398) - Applied patch from Daniel Burrows to document 'Debug' group of options. (Closes: #457265) + - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options. + (Closes: #438559) -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 06 Dec 2008 20:57:00 +0200 diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index beae7cc10..1835f2282 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -430,6 +430,15 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; </refsect1> <refsect1> + <title>Periodic and Archives options</title> + <para><literal>APT::Periodic</literal> and <literal>APT::Archives</literal> + groups of options configure behavior of apt periodic updates, which is + done by <literal>/etc/cron.daily/apt</literal> script. See header of + this script for the brief documentation of these options. + </para> + </refsect1> + + <refsect1> <title>Debug options</title> <para> Enabling options in the <literal>Debug::</literal> section will |