diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:37 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:37 +0000 |
commit | 6dd55be709d9dffdd380467193e0256ded60beb8 (patch) | |
tree | a81909620a998351fbd3bd2d9bb3ddca6e66ef0c /doc/examples | |
parent | 90d642804ca96ba640d2c2fbd0620b69670ee827 (diff) |
Added some control over how dpkg is invoked
Author: jgg
Date: 1999-01-31 08:49:39 GMT
Added some control over how dpkg is invoked
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/apt.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index f4c147b3e..9e92fd454 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,9 +1,9 @@ -// $Id: apt.conf,v 1.22 1999/01/31 06:24:46 jgg Exp $ +// $Id: apt.conf,v 1.23 1999/01/31 08:49:39 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. - In some instances involing filenames it is possible to set the default + In some instances involving filenames it is possible to set the default directory when the path is evaluated. This means you can use relative paths within the sub scope. @@ -116,6 +116,12 @@ DSelect { PromptAfterUpdate "no"; } +DPkg { + Options {"--force-downgrade";} + Pre-Invoke {"mount -o remount,rw /usr";}; + Post-Invoke {"mount -o remount,ro /usr";}; +} + /* Options you can set to see some debugging text They corrispond to names of classes in the source code */ Debug { |