~jr/ubuntu/oneiric/apt/bzr-get-rename

« back to all changes in this revision

Viewing changes to doc/fr/apt-config.fr.8.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-03-07 20:08:33 UTC
  • Revision ID: james.westby@ubuntu.com-20050307200833-0lxdgg2cb4oculdv
Tags: 0.6.35
* Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
  - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
    from growing too large (Ubuntu #6761)
  - some comments about the pkgAcqMetaSig::Custom600Headers() added
  - use gpg --with-colons
  - commented the ftp no_proxy unseting in methods/ftp.cc
  - added support for "Acquire::gpgv::options" in methods/gpgv.cc
* Merge bubulle@debian.org--2005/apt--main--0
  - Make capitalization more consistent
  - Un-fuzzy translations resulting from capitalization changes
  - Italian translation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- -*- mode: sgml; mode: fold -*- -->
 
2
<!-- translation of version 1.4 -->
 
3
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
 
4
 
 
5
<!ENTITY % aptent SYSTEM "apt.ent.fr">
 
6
%aptent;
 
7
 
 
8
]>
 
9
 
 
10
<refentry lang=fr>
 
11
 &apt-docinfo;
 
12
 
 
13
 <refmeta>
 
14
   <refentrytitle>apt-config</>
 
15
   <manvolnum>8</>
 
16
 </refmeta>
 
17
 
 
18
 <!-- Man page title -->
 
19
 <refnamediv>
 
20
    <refname>apt-config</>
 
21
    <refpurpose>Programme pour interroger la configuration de APT</>
 
22
 </refnamediv>
 
23
 
 
24
 <!-- Arguments -->
 
25
 <refsynopsisdiv>
 
26
   <cmdsynopsis>
 
27
      <command>apt-config</>
 
28
      <arg><option>-hv</></arg>
 
29
      <arg><option>-o=<replaceable/option de configuration/</></arg>
 
30
      <arg><option>-c=<replaceable/fichier/</></arg>
 
31
      <group choice=req>
 
32
         <arg>shell</>
 
33
         <arg>dump</>
 
34
      </group>   
 
35
   </cmdsynopsis>
 
36
 </refsynopsisdiv>
 
37
 
 
38
 <RefSect1><Title>Description</>
 
39
   <para>
 
40
<command/apt-config/ est un programme interne utilis� par diff�rentes 
 
41
composantes d'APT&nbsp;; il offre la possibilit� d'une configuration 
 
42
coh�rente et permet aux applications con�ues sous forme de script une 
 
43
utilisation simple du fichier de configuration principal 
 
44
<filename>/etc/apt/apt.conf</>.
 
45
   <para>
 
46
� moins que l'option <option>-h</> ou <option>--help</> ne soit donn�e, l'une 
 
47
des commandes suivantes doit �tre pr�sente.
 
48
   </para>
 
49
   
 
50
   <VariableList>
 
51
     <VarListEntry><Term>shell</Term>
 
52
     <ListItem><Para>
 
53
Le terme shell est utilis� pour acc�der aux informations de configuration
 
54
depuis un script shell. Deux arguments doivent lui �tre donn�s&nbsp;; le 
 
55
premier est une variable de shell et le second une valeur de configuration � 
 
56
demander.
 
57
La sortie standard consiste en une liste de commandes d'assignation de shell 
 
58
pour chaque valeur pr�sente. Dans un script shell, cette commande devrait
 
59
�tre utilis�e comme suit&nbsp;:
 
60
 
 
61
     </para>
 
62
     
 
63
<informalexample><programlisting>
 
64
OPTS="-f"
 
65
RES=`apt-config shell OPTS MyApp::Options`
 
66
eval $RES
 
67
</programlisting></informalexample>
 
68
 
 
69
     <para>
 
70
La variable d'environnement de shell $OPTS sera d�finie par la valeur de
 
71
MyApp::Options ou, par d�faut, la valeur -f.
 
72
     
 
73
     <para>
 
74
L'�l�ment de configuration peut �tre suivi par /[fdbi]. �&nbsp;f&nbsp;� 
 
75
renvoie un nom de fichier, �&nbsp;d&nbsp;� un nom de r�pertoire, 
 
76
�&nbsp;b&nbsp;� renvoie �&nbsp;true&nbsp;� ou �&nbsp;false&nbsp;� et 
 
77
�&nbsp;i&nbsp;� renvoie un entier. Chacune de ses valeurs est normalis�e et v�rifi�e.
 
78
     </VarListEntry>
 
79
 
 
80
     <VarListEntry><Term>dump</Term>
 
81
     <ListItem><Para>
 
82
Affiche seulement le contenu de l'espace de configuration.
 
83
     </VarListEntry>
 
84
 
 
85
   </VariableList>
 
86
 </RefSect1>
 
87
 
 
88
 <RefSect1><Title>Options</>
 
89
   &apt-cmdblurb;
 
90
   
 
91
   <VariableList>
 
92
   
 
93
     &apt-commonoptions;
 
94
     
 
95
   </VariableList>
 
96
 </RefSect1>
 
97
 
 
98
 <RefSect1><Title>Voir aussi</>
 
99
   <para>
 
100
   &apt-conf;
 
101
 </RefSect1>
 
102
 
 
103
 <RefSect1><Title>Diagnostics</>
 
104
   <para>
 
105
<command/apt-config/ retourne z�ro apr�s un d�roulement normal, et le nombre 
 
106
100 en cas d'erreur.
 
107
 </RefSect1>
 
108
 
 
109
 &manbugs;
 
110
 &manauthor;
 
111
 &deux-traducteurs;
 
112
 
 
113
</refentry>