From 6dd55be709d9dffdd380467193e0256ded60beb8 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:37 +0000 Subject: 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 --- doc/examples/apt.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/examples') 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 { -- cgit v1.2.3